Shades of Bole #763F3C
Tints of Bole #763F3C
RGB
CMYK
RGB Variations
Color information
#763F3C (or 0x763F3C) is known color: Bole. HEX triplet: 76, 3F and 3C. RGB value is (118,63,60). Sum of RGB (Red+Green+Blue) = 118+63+60=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #763F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F3C is #89C0C3. Grayscale: #4F4F4F. Windows color (decimal): -9027780 or 3948406. OLE color: 3948406.
HSL color Cylindrical-coordinate representation of color #763F3C: hue angle of 3.1º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #763F3C is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 63 | 60 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.54 |
| HSL | 3.1º | 0.33% | 0.35% | - |
| HSV(B) | 3.1º | 0.49% | 0.46% | - |
| XYZ | 10.06 | 7.73 | 5.24 | - |
| YUV | 79.1 | 117.22 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 63 | 60 | 0 | 0.47 | 0.49 | 0.54 | 3.1 | 0.33 | 0.35 |
| Hex | 76 | 3F | 3C | 0 | 2F | 31 | 36 | 3 | 21 | 23 |
| Octal | 166 | 77 | 74 | 0 | 57 | 61 | 66 | 3 | 41 | 43 |
| Binary | 1110110 | 111111 | 111100 | 0 | 101111 | 110001 | 110110 | 11 | 100001 | 100011 |
Color Harmonies of #763F3C
Complementary color
Monochromatic Colors of #763F3C
Black with #763F3C
Text Example
Text Example
White with #763F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763F3C; }
p { color: rgb(118,63,60); }
H1.HeaderClassName
{
color: #763F3C;
}
.AnyTagClassName
{
color: #763F3C;
}
</style>
background-color css
<style>
a { background-color: #763F3C; }
a { background-color: rgb(118,63,60); }
div.DivClassName
{
background-color: #763F3C;
}
.BgClassName
{
background-color: #763F3C;
}
</style>
border-color css
<style>
span { border-color: #763F3C; }
span { border-color: rgb(118,63,60); }
td.TdClassName
{
border-color: #763F3C;
}
.TagClassName
{
border-color: #763F3C;
}
</style>