Shades of Bole #773F3F
Tints of Bole #773F3F
RGB
CMYK
RGB Variations
Color information
#773F3F (or 0x773F3F) is known color: Bole. HEX triplet: 77, 3F and 3F. RGB value is (119,63,63). Sum of RGB (Red+Green+Blue) = 119+63+63=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #773F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773F3F is #88C0C0. Grayscale: #4F4F4F. Windows color (decimal): -8962241 or 4145015. OLE color: 4145015.
HSL color Cylindrical-coordinate representation of color #773F3F: hue angle of 0º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #773F3F is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 63 | 63 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.53 |
| HSL | 0º | 0.31% | 0.36% | - |
| HSV(B) | 0º | 0.47% | 0.47% | - |
| XYZ | 10.28 | 7.84 | 5.67 | - |
| YUV | 79.74 | 118.55 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 63 | 0 | 0.47 | 0.47 | 0.53 | 0 | 0.31 | 0.36 |
| Hex | 77 | 3F | 3F | 0 | 2F | 2F | 35 | 0 | 1F | 24 |
| Octal | 167 | 77 | 77 | 0 | 57 | 57 | 65 | 0 | 37 | 44 |
| Binary | 1110111 | 111111 | 111111 | 0 | 101111 | 101111 | 110101 | 0 | 11111 | 100100 |
Color Harmonies of #773F3F
Complementary color
Monochromatic Colors of #773F3F
Black with #773F3F
Text Example
Text Example
White with #773F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773F3F; }
p { color: rgb(119,63,63); }
H1.HeaderClassName
{
color: #773F3F;
}
.AnyTagClassName
{
color: #773F3F;
}
</style>
background-color css
<style>
a { background-color: #773F3F; }
a { background-color: rgb(119,63,63); }
div.DivClassName
{
background-color: #773F3F;
}
.BgClassName
{
background-color: #773F3F;
}
</style>
border-color css
<style>
span { border-color: #773F3F; }
span { border-color: rgb(119,63,63); }
td.TdClassName
{
border-color: #773F3F;
}
.TagClassName
{
border-color: #773F3F;
}
</style>