#764B37

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

Shades of Cigar #764B37

Tints of Cigar #764B37

Color information

#764B37 (or 0x764B37) is unknown color: approx Cigar. HEX triplet: 76, 4B and 37. RGB value is (118,75,55). Sum of RGB (Red+Green+Blue) = 118+75+55=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #764B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764B37 is #89B4C8. Grayscale: #555555. Windows color (decimal): -9024713 or 3623798. OLE color: 3623798.

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

Color convert

RGB1187555-
CMYK00.360.530.54
HSL19.05º36.42%33.92%-
HSV(B)19.05º53.39%46.27%-
XYZ10.689.164.82-
YUV85.58110.75151.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.58%
GREEN value IS 75 (29.69% from 255) = 30.24%
BLUE value IS 55 (21.88% from 255) = 22.18%
R=47.58%
G=30.24%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118755500.360.530.5419.0536.4233.92
Hex764B370243536132422
Octal166113670446566234442
Binary11101101001011110111010010011010111011010011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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