#774C36

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

Shades of Cigar #774C36

Tints of Cigar #774C36

Color information

#774C36 (or 0x774C36) is unknown color: approx Cigar. HEX triplet: 77, 4C and 36. RGB value is (119,76,54). Sum of RGB (Red+Green+Blue) = 119+76+54=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #774C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C36 is #88B3C9. Grayscale: #565656. Windows color (decimal): -8958922 or 3558519. OLE color: 3558519.

HSL color Cylindrical-coordinate representation of color #774C36: hue angle of 20.31º 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 #774C36 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB1197654-
CMYK00.360.550.53
HSL20.31º37.57%33.92%-
HSV(B)20.31º54.62%46.67%-
XYZ10.869.364.72-
YUV86.35109.75151.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.79%
GREEN value IS 76 (30.08% from 255) = 30.52%
BLUE value IS 54 (21.48% from 255) = 21.69%
R=47.79%
G=30.52%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119765400.360.550.5320.3137.5733.92
Hex774C360243735142622
Octal167114660446765244642
Binary11101111001100110110010010011011111010110100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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