Shades of Bole #77413B
Tints of Bole #77413B
RGB
CMYK
RGB Variations
Color information
#77413B (or 0x77413B) is known color: Bole. HEX triplet: 77, 41 and 3B. RGB value is (119,65,59). Sum of RGB (Red+Green+Blue) = 119+65+59=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #77413B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77413B is #88BEC4. Grayscale: #505050. Windows color (decimal): -8961733 or 3883383. OLE color: 3883383.
HSL color Cylindrical-coordinate representation of color #77413B: hue angle of 6º 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 #77413B is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 65 | 59 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.53 |
| HSL | 6º | 0.34% | 0.35% | - |
| HSV(B) | 6º | 0.5% | 0.47% | - |
| XYZ | 10.29 | 8.02 | 5.14 | - |
| YUV | 80.46 | 115.89 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 65 | 59 | 0 | 0.45 | 0.50 | 0.53 | 6 | 0.34 | 0.35 |
| Hex | 77 | 41 | 3B | 0 | 2D | 32 | 35 | 6 | 22 | 23 |
| Octal | 167 | 101 | 73 | 0 | 55 | 62 | 65 | 6 | 42 | 43 |
| Binary | 1110111 | 1000001 | 111011 | 0 | 101101 | 110010 | 110101 | 110 | 100010 | 100011 |
Color Harmonies of #77413B
Complementary color
Monochromatic Colors of #77413B
Black with #77413B
Text Example
Text Example
White with #77413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77413B; }
p { color: rgb(119,65,59); }
H1.HeaderClassName
{
color: #77413B;
}
.AnyTagClassName
{
color: #77413B;
}
</style>
background-color css
<style>
a { background-color: #77413B; }
a { background-color: rgb(119,65,59); }
div.DivClassName
{
background-color: #77413B;
}
.BgClassName
{
background-color: #77413B;
}
</style>
border-color css
<style>
span { border-color: #77413B; }
span { border-color: rgb(119,65,59); }
td.TdClassName
{
border-color: #77413B;
}
.TagClassName
{
border-color: #77413B;
}
</style>