Shades of Bole #774D47
Tints of Bole #774D47
RGB
CMYK
RGB Variations
Color information
#774D47 (or 0x774D47) is known color: Bole. HEX triplet: 77, 4D and 47. RGB value is (119,77,71). Sum of RGB (Red+Green+Blue) = 119+77+71=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #774D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D47 is #88B2B8. Grayscale: #585858. Windows color (decimal): -8958649 or 4672887. OLE color: 4672887.
HSL color Cylindrical-coordinate representation of color #774D47: hue angle of 7.5º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #774D47 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 77 | 71 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.53 |
| HSL | 7.5º | 0.25% | 0.37% | - |
| HSV(B) | 7.5º | 0.4% | 0.47% | - |
| XYZ | 11.4 | 9.68 | 7.23 | - |
| YUV | 88.87 | 117.91 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 71 | 0 | 0.35 | 0.40 | 0.53 | 7.5 | 0.25 | 0.37 |
| Hex | 77 | 4D | 47 | 0 | 23 | 28 | 35 | 8 | 19 | 25 |
| Octal | 167 | 115 | 107 | 0 | 43 | 50 | 65 | 10 | 31 | 45 |
| Binary | 1110111 | 1001101 | 1000111 | 0 | 100011 | 101000 | 110101 | 1000 | 11001 | 100101 |
Color Harmonies of #774D47
Complementary color
Monochromatic Colors of #774D47
Black with #774D47
Text Example
Text Example
White with #774D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774D47; }
p { color: rgb(119,77,71); }
H1.HeaderClassName
{
color: #774D47;
}
.AnyTagClassName
{
color: #774D47;
}
</style>
background-color css
<style>
a { background-color: #774D47; }
a { background-color: rgb(119,77,71); }
div.DivClassName
{
background-color: #774D47;
}
.BgClassName
{
background-color: #774D47;
}
</style>
border-color css
<style>
span { border-color: #774D47; }
span { border-color: rgb(119,77,71); }
td.TdClassName
{
border-color: #774D47;
}
.TagClassName
{
border-color: #774D47;
}
</style>