Shades of Bole #77473B
Tints of Bole #77473B
RGB
CMYK
RGB Variations
Color information
#77473B (or 0x77473B) is known color: Bole. HEX triplet: 77, 47 and 3B. RGB value is (119,71,59). Sum of RGB (Red+Green+Blue) = 119+71+59=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #77473B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77473B is #88B8C4. Grayscale: #545454. Windows color (decimal): -8960197 or 3884919. OLE color: 3884919.
HSL color Cylindrical-coordinate representation of color #77473B: hue angle of 12º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77473B is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 71 | 59 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.53 |
| HSL | 12º | 0.34% | 0.35% | - |
| HSV(B) | 12º | 0.5% | 0.47% | - |
| XYZ | 10.65 | 8.74 | 5.26 | - |
| YUV | 83.98 | 113.9 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 71 | 59 | 0 | 0.40 | 0.50 | 0.53 | 12 | 0.34 | 0.35 |
| Hex | 77 | 47 | 3B | 0 | 28 | 32 | 35 | C | 22 | 23 |
| Octal | 167 | 107 | 73 | 0 | 50 | 62 | 65 | 14 | 42 | 43 |
| Binary | 1110111 | 1000111 | 111011 | 0 | 101000 | 110010 | 110101 | 1100 | 100010 | 100011 |
Color Harmonies of #77473B
Complementary color
Monochromatic Colors of #77473B
Black with #77473B
Text Example
Text Example
White with #77473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77473B; }
p { color: rgb(119,71,59); }
H1.HeaderClassName
{
color: #77473B;
}
.AnyTagClassName
{
color: #77473B;
}
</style>
background-color css
<style>
a { background-color: #77473B; }
a { background-color: rgb(119,71,59); }
div.DivClassName
{
background-color: #77473B;
}
.BgClassName
{
background-color: #77473B;
}
</style>
border-color css
<style>
span { border-color: #77473B; }
span { border-color: rgb(119,71,59); }
td.TdClassName
{
border-color: #77473B;
}
.TagClassName
{
border-color: #77473B;
}
</style>