Shades of Bole #773F3E
Tints of Bole #773F3E
RGB
CMYK
RGB Variations
Color information
#773F3E (or 0x773F3E) is known color: Bole. HEX triplet: 77, 3F and 3E. RGB value is (119,63,62). Sum of RGB (Red+Green+Blue) = 119+63+62=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #773F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773F3E is #88C0C1. Grayscale: #4F4F4F. Windows color (decimal): -8962242 or 4079479. OLE color: 4079479.
HSL color Cylindrical-coordinate representation of color #773F3E: hue angle of 1.05º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #773F3E is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 63 | 62 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.53 |
| HSL | 1.05º | 0.31% | 0.35% | - |
| HSV(B) | 1.05º | 0.48% | 0.47% | - |
| XYZ | 10.25 | 7.82 | 5.53 | - |
| YUV | 79.63 | 118.05 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 62 | 0 | 0.47 | 0.48 | 0.53 | 1.05 | 0.31 | 0.35 |
| Hex | 77 | 3F | 3E | 0 | 2F | 30 | 35 | 1 | 1F | 23 |
| Octal | 167 | 77 | 76 | 0 | 57 | 60 | 65 | 1 | 37 | 43 |
| Binary | 1110111 | 111111 | 111110 | 0 | 101111 | 110000 | 110101 | 1 | 11111 | 100011 |
Color Harmonies of #773F3E
Complementary color
Monochromatic Colors of #773F3E
Black with #773F3E
Text Example
Text Example
White with #773F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773F3E; }
p { color: rgb(119,63,62); }
H1.HeaderClassName
{
color: #773F3E;
}
.AnyTagClassName
{
color: #773F3E;
}
</style>
background-color css
<style>
a { background-color: #773F3E; }
a { background-color: rgb(119,63,62); }
div.DivClassName
{
background-color: #773F3E;
}
.BgClassName
{
background-color: #773F3E;
}
</style>
border-color css
<style>
span { border-color: #773F3E; }
span { border-color: rgb(119,63,62); }
td.TdClassName
{
border-color: #773F3E;
}
.TagClassName
{
border-color: #773F3E;
}
</style>