#764C39

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

Shades of Cigar #764C39

Tints of Cigar #764C39

Color information

#764C39 (or 0x764C39) is unknown color: approx Cigar. HEX triplet: 76, 4C and 39. RGB value is (118,76,57). Sum of RGB (Red+Green+Blue) = 118+76+57=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 57 (22.66% from 255 or 22.71% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #764C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C39 is #89B3C6. Grayscale: #565656. Windows color (decimal): -9024455 or 3755126. OLE color: 3755126.

HSL color Cylindrical-coordinate representation of color #764C39: hue angle of 18.69º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #764C39 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB1187657-
CMYK00.360.520.54
HSL18.69º34.86%34.31%-
HSV(B)18.69º51.69%46.27%-
XYZ10.799.325.1-
YUV86.39111.41150.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.01%
GREEN value IS 76 (30.08% from 255) = 30.28%
BLUE value IS 57 (22.66% from 255) = 22.71%
R=47.01%
G=30.28%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118765700.360.520.5418.6934.8634.31
Hex764C390243436132322
Octal166114710446466234342
Binary11101101001100111001010010011010011011010011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764C39; }

 p { color: rgb(118,76,57); }

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

<style>
 a { background-color: #764C39; }

 a { background-color: rgb(118,76,57); }

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

<style>
 span { border-color: #764C39; }

 span { border-color: rgb(118,76,57); }

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