Shades of Bole #77433A
Tints of Bole #77433A
RGB
CMYK
RGB Variations
Color information
#77433A (or 0x77433A) is known color: Bole. HEX triplet: 77, 43 and 3A. RGB value is (119,67,58). Sum of RGB (Red+Green+Blue) = 119+67+58=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #77433A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77433A is #88BCC5. Grayscale: #515151. Windows color (decimal): -8961222 or 3818359. OLE color: 3818359.
HSL color Cylindrical-coordinate representation of color #77433A: hue angle of 8.85º 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 #77433A is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 67 | 58 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.53 |
| HSL | 8.85º | 0.34% | 0.35% | - |
| HSV(B) | 8.85º | 0.51% | 0.47% | - |
| XYZ | 10.38 | 8.24 | 5.05 | - |
| YUV | 81.52 | 114.73 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 67 | 58 | 0 | 0.44 | 0.51 | 0.53 | 8.85 | 0.34 | 0.35 |
| Hex | 77 | 43 | 3A | 0 | 2C | 33 | 35 | 9 | 22 | 23 |
| Octal | 167 | 103 | 72 | 0 | 54 | 63 | 65 | 11 | 42 | 43 |
| Binary | 1110111 | 1000011 | 111010 | 0 | 101100 | 110011 | 110101 | 1001 | 100010 | 100011 |
Color Harmonies of #77433A
Complementary color
Monochromatic Colors of #77433A
Black with #77433A
Text Example
Text Example
White with #77433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77433A; }
p { color: rgb(119,67,58); }
H1.HeaderClassName
{
color: #77433A;
}
.AnyTagClassName
{
color: #77433A;
}
</style>
background-color css
<style>
a { background-color: #77433A; }
a { background-color: rgb(119,67,58); }
div.DivClassName
{
background-color: #77433A;
}
.BgClassName
{
background-color: #77433A;
}
</style>
border-color css
<style>
span { border-color: #77433A; }
span { border-color: rgb(119,67,58); }
td.TdClassName
{
border-color: #77433A;
}
.TagClassName
{
border-color: #77433A;
}
</style>