Shades of Bole #77473F
Tints of Bole #77473F
RGB
CMYK
RGB Variations
Color information
#77473F (or 0x77473F) is known color: Bole. HEX triplet: 77, 47 and 3F. RGB value is (119,71,63). Sum of RGB (Red+Green+Blue) = 119+71+63=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #77473F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77473F is #88B8C0. Grayscale: #545454. Windows color (decimal): -8960193 or 4147063. OLE color: 4147063.
HSL color Cylindrical-coordinate representation of color #77473F: hue angle of 8.57º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77473F is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 71 | 63 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.53 |
| HSL | 8.57º | 0.31% | 0.36% | - |
| HSV(B) | 8.57º | 0.47% | 0.47% | - |
| XYZ | 10.76 | 8.79 | 5.83 | - |
| YUV | 84.44 | 115.9 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 71 | 63 | 0 | 0.40 | 0.47 | 0.53 | 8.57 | 0.31 | 0.36 |
| Hex | 77 | 47 | 3F | 0 | 28 | 2F | 35 | 9 | 1F | 24 |
| Octal | 167 | 107 | 77 | 0 | 50 | 57 | 65 | 11 | 37 | 44 |
| Binary | 1110111 | 1000111 | 111111 | 0 | 101000 | 101111 | 110101 | 1001 | 11111 | 100100 |
Color Harmonies of #77473F
Complementary color
Monochromatic Colors of #77473F
Black with #77473F
Text Example
Text Example
White with #77473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77473F; }
p { color: rgb(119,71,63); }
H1.HeaderClassName
{
color: #77473F;
}
.AnyTagClassName
{
color: #77473F;
}
</style>
background-color css
<style>
a { background-color: #77473F; }
a { background-color: rgb(119,71,63); }
div.DivClassName
{
background-color: #77473F;
}
.BgClassName
{
background-color: #77473F;
}
</style>
border-color css
<style>
span { border-color: #77473F; }
span { border-color: rgb(119,71,63); }
td.TdClassName
{
border-color: #77473F;
}
.TagClassName
{
border-color: #77473F;
}
</style>