Shades of Bole #77443D
Tints of Bole #77443D
RGB
CMYK
RGB Variations
Color information
#77443D (or 0x77443D) is known color: Bole. HEX triplet: 77, 44 and 3D. RGB value is (119,68,61). Sum of RGB (Red+Green+Blue) = 119+68+61=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #77443D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77443D is #88BBC2. Grayscale: #525252. Windows color (decimal): -8960963 or 4015223. OLE color: 4015223.
HSL color Cylindrical-coordinate representation of color #77443D: hue angle of 7.24º 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 #77443D is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 68 | 61 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.53 |
| HSL | 7.24º | 0.32% | 0.35% | - |
| HSV(B) | 7.24º | 0.49% | 0.47% | - |
| XYZ | 10.52 | 8.39 | 5.48 | - |
| YUV | 82.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 68 | 61 | 0 | 0.43 | 0.49 | 0.53 | 7.24 | 0.32 | 0.35 |
| Hex | 77 | 44 | 3D | 0 | 2B | 31 | 35 | 7 | 20 | 23 |
| Octal | 167 | 104 | 75 | 0 | 53 | 61 | 65 | 7 | 40 | 43 |
| Binary | 1110111 | 1000100 | 111101 | 0 | 101011 | 110001 | 110101 | 111 | 100000 | 100011 |
Color Harmonies of #77443D
Complementary color
Monochromatic Colors of #77443D
Black with #77443D
Text Example
Text Example
White with #77443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77443D; }
p { color: rgb(119,68,61); }
H1.HeaderClassName
{
color: #77443D;
}
.AnyTagClassName
{
color: #77443D;
}
</style>
background-color css
<style>
a { background-color: #77443D; }
a { background-color: rgb(119,68,61); }
div.DivClassName
{
background-color: #77443D;
}
.BgClassName
{
background-color: #77443D;
}
</style>
border-color css
<style>
span { border-color: #77443D; }
span { border-color: rgb(119,68,61); }
td.TdClassName
{
border-color: #77443D;
}
.TagClassName
{
border-color: #77443D;
}
</style>