#774C38

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

Shades of Cigar #774C38

Tints of Cigar #774C38

Color information

#774C38 (or 0x774C38) is unknown color: approx Cigar. HEX triplet: 77, 4C and 38. RGB value is (119,76,56). Sum of RGB (Red+Green+Blue) = 119+76+56=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #774C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C38 is #88B3C7. Grayscale: #565656. Windows color (decimal): -8958920 or 3689591. OLE color: 3689591.

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

Color convert

RGB1197656-
CMYK00.360.530.53
HSL19.05º36%34.31%-
HSV(B)19.05º52.94%46.67%-
XYZ10.919.384.98-
YUV86.58110.75151.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.41%
GREEN value IS 76 (30.08% from 255) = 30.28%
BLUE value IS 56 (22.27% from 255) = 22.31%
R=47.41%
G=30.28%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119765600.360.530.5319.053634.31
Hex774C380243535132422
Octal167114700446565234442
Binary11101111001100111000010010011010111010110011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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