Shades of Bole #77413A
Tints of Bole #77413A
RGB
CMYK
RGB Variations
Color information
#77413A (or 0x77413A) is known color: Bole. HEX triplet: 77, 41 and 3A. RGB value is (119,65,58). Sum of RGB (Red+Green+Blue) = 119+65+58=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #77413A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77413A is #88BEC5. Grayscale: #505050. Windows color (decimal): -8961734 or 3817847. OLE color: 3817847.
HSL color Cylindrical-coordinate representation of color #77413A: hue angle of 6.89º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77413A is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 65 | 58 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.53 |
| HSL | 6.89º | 0.34% | 0.35% | - |
| HSV(B) | 6.89º | 0.51% | 0.47% | - |
| XYZ | 10.26 | 8.01 | 5.01 | - |
| YUV | 80.35 | 115.39 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 65 | 58 | 0 | 0.45 | 0.51 | 0.53 | 6.89 | 0.34 | 0.35 |
| Hex | 77 | 41 | 3A | 0 | 2D | 33 | 35 | 7 | 22 | 23 |
| Octal | 167 | 101 | 72 | 0 | 55 | 63 | 65 | 7 | 42 | 43 |
| Binary | 1110111 | 1000001 | 111010 | 0 | 101101 | 110011 | 110101 | 111 | 100010 | 100011 |
Color Harmonies of #77413A
Complementary color
Monochromatic Colors of #77413A
Black with #77413A
Text Example
Text Example
White with #77413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77413A; }
p { color: rgb(119,65,58); }
H1.HeaderClassName
{
color: #77413A;
}
.AnyTagClassName
{
color: #77413A;
}
</style>
background-color css
<style>
a { background-color: #77413A; }
a { background-color: rgb(119,65,58); }
div.DivClassName
{
background-color: #77413A;
}
.BgClassName
{
background-color: #77413A;
}
</style>
border-color css
<style>
span { border-color: #77413A; }
span { border-color: rgb(119,65,58); }
td.TdClassName
{
border-color: #77413A;
}
.TagClassName
{
border-color: #77413A;
}
</style>