Shades of Bole #77423C
Tints of Bole #77423C
RGB
CMYK
RGB Variations
Color information
#77423C (or 0x77423C) is known color: Bole. HEX triplet: 77, 42 and 3C. RGB value is (119,66,60). Sum of RGB (Red+Green+Blue) = 119+66+60=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #77423C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77423C is #88BDC3. Grayscale: #515151. Windows color (decimal): -8961476 or 3949175. OLE color: 3949175.
HSL color Cylindrical-coordinate representation of color #77423C: hue angle of 6.1º degrees, saturation: 0.33, 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 #77423C is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 66 | 60 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.53 |
| HSL | 6.1º | 0.33% | 0.35% | - |
| HSV(B) | 6.1º | 0.5% | 0.47% | - |
| XYZ | 10.37 | 8.14 | 5.3 | - |
| YUV | 81.16 | 116.06 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 66 | 60 | 0 | 0.45 | 0.50 | 0.53 | 6.1 | 0.33 | 0.35 |
| Hex | 77 | 42 | 3C | 0 | 2D | 32 | 35 | 6 | 21 | 23 |
| Octal | 167 | 102 | 74 | 0 | 55 | 62 | 65 | 6 | 41 | 43 |
| Binary | 1110111 | 1000010 | 111100 | 0 | 101101 | 110010 | 110101 | 110 | 100001 | 100011 |
Color Harmonies of #77423C
Complementary color
Monochromatic Colors of #77423C
Black with #77423C
Text Example
Text Example
White with #77423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77423C; }
p { color: rgb(119,66,60); }
H1.HeaderClassName
{
color: #77423C;
}
.AnyTagClassName
{
color: #77423C;
}
</style>
background-color css
<style>
a { background-color: #77423C; }
a { background-color: rgb(119,66,60); }
div.DivClassName
{
background-color: #77423C;
}
.BgClassName
{
background-color: #77423C;
}
</style>
border-color css
<style>
span { border-color: #77423C; }
span { border-color: rgb(119,66,60); }
td.TdClassName
{
border-color: #77423C;
}
.TagClassName
{
border-color: #77423C;
}
</style>