#764A37

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

Shades of Cigar #764A37

Tints of Cigar #764A37

Color information

#764A37 (or 0x764A37) is unknown color: approx Cigar. HEX triplet: 76, 4A and 37. RGB value is (118,74,55). Sum of RGB (Red+Green+Blue) = 118+74+55=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #764A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A37 is #89B5C8. Grayscale: #555555. Windows color (decimal): -9024969 or 3623542. OLE color: 3623542.

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

Color convert

RGB1187455-
CMYK00.370.530.54
HSL18.1º36.42%33.92%-
HSV(B)18.1º53.39%46.27%-
XYZ10.619.024.8-
YUV84.99111.08151.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.77%
GREEN value IS 74 (29.30% from 255) = 29.96%
BLUE value IS 55 (21.88% from 255) = 22.27%
R=47.77%
G=29.96%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118745500.370.530.5418.136.4233.92
Hex764A370253536122422
Octal166112670456566224442
Binary11101101001010110111010010111010111011010010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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