Shades of Cigar #764B38
Tints of Cigar #764B38
RGB
CMYK
RGB Variations
Color information
#764B38 (or 0x764B38) is known color: Cigar. HEX triplet: 76, 4B and 38. RGB value is (118,75,56). Sum of RGB (Red+Green+Blue) = 118+75+56=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 75 (29.69% from 255 or 30.12% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #764B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764B38 is #89B4C7. Grayscale: #555555. Windows color (decimal): -9024712 or 3689334. OLE color: 3689334.
HSL color Cylindrical-coordinate representation of color #764B38: hue angle of 18.39º 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 #764B38 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 75 | 56 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.54 |
| HSL | 18.39º | 0.36% | 0.34% | - |
| HSV(B) | 18.39º | 0.53% | 0.46% | - |
| XYZ | 10.7 | 9.17 | 4.95 | - |
| YUV | 85.69 | 111.25 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 75 | 56 | 0 | 0.36 | 0.53 | 0.54 | 18.39 | 0.36 | 0.34 |
| Hex | 76 | 4B | 38 | 0 | 24 | 35 | 36 | 12 | 24 | 22 |
| Octal | 166 | 113 | 70 | 0 | 44 | 65 | 66 | 22 | 44 | 42 |
| Binary | 1110110 | 1001011 | 111000 | 0 | 100100 | 110101 | 110110 | 10010 | 100100 | 100010 |
Color Harmonies of #764B38
Complementary color
Monochromatic Colors of #764B38
Black with #764B38
Text Example
Text Example
White with #764B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764B38; }
p { color: rgb(118,75,56); }
H1.HeaderClassName
{
color: #764B38;
}
.AnyTagClassName
{
color: #764B38;
}
</style>
background-color css
<style>
a { background-color: #764B38; }
a { background-color: rgb(118,75,56); }
div.DivClassName
{
background-color: #764B38;
}
.BgClassName
{
background-color: #764B38;
}
</style>
border-color css
<style>
span { border-color: #764B38; }
span { border-color: rgb(118,75,56); }
td.TdClassName
{
border-color: #764B38;
}
.TagClassName
{
border-color: #764B38;
}
</style>