Shades of Bole #77413D
Tints of Bole #77413D
RGB
CMYK
RGB Variations
Color information
#77413D (or 0x77413D) is known color: Bole. HEX triplet: 77, 41 and 3D. RGB value is (119,65,61). Sum of RGB (Red+Green+Blue) = 119+65+61=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #77413D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77413D is #88BEC2. Grayscale: #505050. Windows color (decimal): -8961731 or 4014455. OLE color: 4014455.
HSL color Cylindrical-coordinate representation of color #77413D: hue angle of 4.14º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77413D is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 65 | 61 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.53 |
| HSL | 4.14º | 0.32% | 0.35% | - |
| HSV(B) | 4.14º | 0.49% | 0.47% | - |
| XYZ | 10.34 | 8.04 | 5.42 | - |
| YUV | 80.69 | 116.89 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 65 | 61 | 0 | 0.45 | 0.49 | 0.53 | 4.14 | 0.32 | 0.35 |
| Hex | 77 | 41 | 3D | 0 | 2D | 31 | 35 | 4 | 20 | 23 |
| Octal | 167 | 101 | 75 | 0 | 55 | 61 | 65 | 4 | 40 | 43 |
| Binary | 1110111 | 1000001 | 111101 | 0 | 101101 | 110001 | 110101 | 100 | 100000 | 100011 |
Color Harmonies of #77413D
Complementary color
Monochromatic Colors of #77413D
Black with #77413D
Text Example
Text Example
White with #77413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77413D; }
p { color: rgb(119,65,61); }
H1.HeaderClassName
{
color: #77413D;
}
.AnyTagClassName
{
color: #77413D;
}
</style>
background-color css
<style>
a { background-color: #77413D; }
a { background-color: rgb(119,65,61); }
div.DivClassName
{
background-color: #77413D;
}
.BgClassName
{
background-color: #77413D;
}
</style>
border-color css
<style>
span { border-color: #77413D; }
span { border-color: rgb(119,65,61); }
td.TdClassName
{
border-color: #77413D;
}
.TagClassName
{
border-color: #77413D;
}
</style>