#774B36

Color #774B36 Cigar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cigar #774B36

Tints of Cigar #774B36

Color information

#774B36 (or 0x774B36) is unknown color: approx Cigar. HEX triplet: 77, 4B and 36. RGB value is (119,75,54). Sum of RGB (Red+Green+Blue) = 119+75+54=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #774B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774B36 is #88B4C9. Grayscale: #555555. Windows color (decimal): -8959178 or 3558263. OLE color: 3558263.

HSL color Cylindrical-coordinate representation of color #774B36: hue angle of 19.38º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #774B36 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB1197554-
CMYK00.370.550.53
HSL19.38º37.57%33.92%-
HSV(B)19.38º54.62%46.67%-
XYZ10.799.224.7-
YUV85.76110.08151.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 47.98%
GREEN value IS 75 (29.69% from 255) = 30.24%
BLUE value IS 54 (21.48% from 255) = 21.77%
R=47.98%
G=30.24%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119755400.370.550.5319.3837.5733.92
Hex774B360253735132622
Octal167113660456765234642
Binary11101111001011110110010010111011111010110011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774B36; }

 p { color: rgb(119,75,54); }

 H1.HeaderClassName
 {
   color: #774B36;
 }
 .AnyTagClassName
 {
   color: #774B36;
 }
</style>
background-color css

<style>
 a { background-color: #774B36; }

 a { background-color: rgb(119,75,54); }

 div.DivClassName
 {
   background-color: #774B36;
 }
 .BgClassName
 {
   background-color: #774B36;
 }
</style>
border-color css

<style>
 span { border-color: #774B36; }

 span { border-color: rgb(119,75,54); }

 td.TdClassName
 {
   border-color: #774B36;
 }
 .TagClassName
 {
   border-color: #774B36;
 }
</style>