Shades of Bole #77433B
Tints of Bole #77433B
RGB
CMYK
RGB Variations
Color information
#77433B (or 0x77433B) is known color: Bole. HEX triplet: 77, 43 and 3B. RGB value is (119,67,59). Sum of RGB (Red+Green+Blue) = 119+67+59=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #77433B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77433B is #88BCC4. Grayscale: #515151. Windows color (decimal): -8961221 or 3883895. OLE color: 3883895.
HSL color Cylindrical-coordinate representation of color #77433B: hue angle of 8º 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 #77433B is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 67 | 59 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.53 |
| HSL | 8º | 0.34% | 0.35% | - |
| HSV(B) | 8º | 0.5% | 0.47% | - |
| XYZ | 10.4 | 8.25 | 5.18 | - |
| YUV | 81.64 | 115.23 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 67 | 59 | 0 | 0.44 | 0.50 | 0.53 | 8 | 0.34 | 0.35 |
| Hex | 77 | 43 | 3B | 0 | 2C | 32 | 35 | 8 | 22 | 23 |
| Octal | 167 | 103 | 73 | 0 | 54 | 62 | 65 | 10 | 42 | 43 |
| Binary | 1110111 | 1000011 | 111011 | 0 | 101100 | 110010 | 110101 | 1000 | 100010 | 100011 |
Color Harmonies of #77433B
Complementary color
Monochromatic Colors of #77433B
Black with #77433B
Text Example
Text Example
White with #77433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77433B; }
p { color: rgb(119,67,59); }
H1.HeaderClassName
{
color: #77433B;
}
.AnyTagClassName
{
color: #77433B;
}
</style>
background-color css
<style>
a { background-color: #77433B; }
a { background-color: rgb(119,67,59); }
div.DivClassName
{
background-color: #77433B;
}
.BgClassName
{
background-color: #77433B;
}
</style>
border-color css
<style>
span { border-color: #77433B; }
span { border-color: rgb(119,67,59); }
td.TdClassName
{
border-color: #77433B;
}
.TagClassName
{
border-color: #77433B;
}
</style>