#764A39

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

Shades of Cigar #764A39

Tints of Cigar #764A39

Color information

#764A39 (or 0x764A39) is unknown color: approx Cigar. HEX triplet: 76, 4A and 39. RGB value is (118,74,57). Sum of RGB (Red+Green+Blue) = 118+74+57=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #764A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A39 is #89B5C6. Grayscale: #555555. Windows color (decimal): -9024967 or 3754614. OLE color: 3754614.

HSL color Cylindrical-coordinate representation of color #764A39: hue angle of 16.72º 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 #764A39 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB1187457-
CMYK00.370.520.54
HSL16.72º34.86%34.31%-
HSV(B)16.72º51.69%46.27%-
XYZ10.669.045.05-
YUV85.22112.08151.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 74 (29.30% from 255) = 29.72%
BLUE value IS 57 (22.66% from 255) = 22.89%
R=47.39%
G=29.72%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118745700.370.520.5416.7234.8634.31
Hex764A390253436112322
Octal166112710456466214342
Binary11101101001010111001010010111010011011010001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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