Shades of Bole #763E3B
Tints of Bole #763E3B
RGB
CMYK
RGB Variations
Color information
#763E3B (or 0x763E3B) is known color: Bole. HEX triplet: 76, 3E and 3B. RGB value is (118,62,59). Sum of RGB (Red+Green+Blue) = 118+62+59=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #763E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763E3B is #89C1C4. Grayscale: #4E4E4E. Windows color (decimal): -9028037 or 3882614. OLE color: 3882614.
HSL color Cylindrical-coordinate representation of color #763E3B: hue angle of 3.05º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #763E3B is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 62 | 59 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.54 |
| HSL | 3.05º | 0.33% | 0.35% | - |
| HSV(B) | 3.05º | 0.5% | 0.46% | - |
| XYZ | 9.98 | 7.61 | 5.08 | - |
| YUV | 78.4 | 117.05 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 62 | 59 | 0 | 0.47 | 0.50 | 0.54 | 3.05 | 0.33 | 0.35 |
| Hex | 76 | 3E | 3B | 0 | 2F | 32 | 36 | 3 | 21 | 23 |
| Octal | 166 | 76 | 73 | 0 | 57 | 62 | 66 | 3 | 41 | 43 |
| Binary | 1110110 | 111110 | 111011 | 0 | 101111 | 110010 | 110110 | 11 | 100001 | 100011 |
Color Harmonies of #763E3B
Complementary color
Monochromatic Colors of #763E3B
Black with #763E3B
Text Example
Text Example
White with #763E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763E3B; }
p { color: rgb(118,62,59); }
H1.HeaderClassName
{
color: #763E3B;
}
.AnyTagClassName
{
color: #763E3B;
}
</style>
background-color css
<style>
a { background-color: #763E3B; }
a { background-color: rgb(118,62,59); }
div.DivClassName
{
background-color: #763E3B;
}
.BgClassName
{
background-color: #763E3B;
}
</style>
border-color css
<style>
span { border-color: #763E3B; }
span { border-color: rgb(118,62,59); }
td.TdClassName
{
border-color: #763E3B;
}
.TagClassName
{
border-color: #763E3B;
}
</style>