Shades of Cigar #774B39
Tints of Cigar #774B39
RGB
CMYK
RGB Variations
Color information
#774B39 (or 0x774B39) is known color: Cigar. HEX triplet: 77, 4B and 39. RGB value is (119,75,57). Sum of RGB (Red+Green+Blue) = 119+75+57=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 57 (22.66% from 255 or 22.71% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #774B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774B39 is #88B4C6. Grayscale: #565656. Windows color (decimal): -8959175 or 3754871. OLE color: 3754871.
HSL color Cylindrical-coordinate representation of color #774B39: hue angle of 17.42º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #774B39 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 75 | 57 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.53 |
| HSL | 17.42º | 0.35% | 0.35% | - |
| HSV(B) | 17.42º | 0.52% | 0.47% | - |
| XYZ | 10.86 | 9.25 | 5.08 | - |
| YUV | 86.1 | 111.58 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 75 | 57 | 0 | 0.37 | 0.52 | 0.53 | 17.42 | 0.35 | 0.35 |
| Hex | 77 | 4B | 39 | 0 | 25 | 34 | 35 | 11 | 23 | 23 |
| Octal | 167 | 113 | 71 | 0 | 45 | 64 | 65 | 21 | 43 | 43 |
| Binary | 1110111 | 1001011 | 111001 | 0 | 100101 | 110100 | 110101 | 10001 | 100011 | 100011 |
Color Harmonies of #774B39
Complementary color
Monochromatic Colors of #774B39
Black with #774B39
Text Example
Text Example
White with #774B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774B39; }
p { color: rgb(119,75,57); }
H1.HeaderClassName
{
color: #774B39;
}
.AnyTagClassName
{
color: #774B39;
}
</style>
background-color css
<style>
a { background-color: #774B39; }
a { background-color: rgb(119,75,57); }
div.DivClassName
{
background-color: #774B39;
}
.BgClassName
{
background-color: #774B39;
}
</style>
border-color css
<style>
span { border-color: #774B39; }
span { border-color: rgb(119,75,57); }
td.TdClassName
{
border-color: #774B39;
}
.TagClassName
{
border-color: #774B39;
}
</style>