Shades of Cigar #774B38
Tints of Cigar #774B38
RGB
CMYK
RGB Variations
Color information
#774B38 (or 0x774B38) is known color: Cigar. HEX triplet: 77, 4B and 38. RGB value is (119,75,56). Sum of RGB (Red+Green+Blue) = 119+75+56=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #774B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774B38 is #88B4C7. Grayscale: #565656. Windows color (decimal): -8959176 or 3689335. OLE color: 3689335.
HSL color Cylindrical-coordinate representation of color #774B38: hue angle of 18.1º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #774B38 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 75 | 56 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.53 |
| HSL | 18.1º | 0.36% | 0.34% | - |
| HSV(B) | 18.1º | 0.53% | 0.47% | - |
| XYZ | 10.84 | 9.24 | 4.95 | - |
| YUV | 85.99 | 111.08 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 75 | 56 | 0 | 0.37 | 0.53 | 0.53 | 18.1 | 0.36 | 0.34 |
| Hex | 77 | 4B | 38 | 0 | 25 | 35 | 35 | 12 | 24 | 22 |
| Octal | 167 | 113 | 70 | 0 | 45 | 65 | 65 | 22 | 44 | 42 |
| Binary | 1110111 | 1001011 | 111000 | 0 | 100101 | 110101 | 110101 | 10010 | 100100 | 100010 |
Color Harmonies of #774B38
Complementary color
Monochromatic Colors of #774B38
Black with #774B38
Text Example
Text Example
White with #774B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774B38; }
p { color: rgb(119,75,56); }
H1.HeaderClassName
{
color: #774B38;
}
.AnyTagClassName
{
color: #774B38;
}
</style>
background-color css
<style>
a { background-color: #774B38; }
a { background-color: rgb(119,75,56); }
div.DivClassName
{
background-color: #774B38;
}
.BgClassName
{
background-color: #774B38;
}
</style>
border-color css
<style>
span { border-color: #774B38; }
span { border-color: rgb(119,75,56); }
td.TdClassName
{
border-color: #774B38;
}
.TagClassName
{
border-color: #774B38;
}
</style>