Shades of Bole #753F3C
Tints of Bole #753F3C
RGB
CMYK
RGB Variations
Color information
#753F3C (or 0x753F3C) is known color: Bole. HEX triplet: 75, 3F and 3C. RGB value is (117,63,60). Sum of RGB (Red+Green+Blue) = 117+63+60=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #753F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F3C is #8AC0C3. Grayscale: #4E4E4E. Windows color (decimal): -9093316 or 3948405. OLE color: 3948405.
HSL color Cylindrical-coordinate representation of color #753F3C: hue angle of 3.16º degrees, saturation: 0.32, 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 #753F3C is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 63 | 60 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.54 |
| HSL | 3.16º | 0.32% | 0.35% | - |
| HSV(B) | 3.16º | 0.49% | 0.46% | - |
| XYZ | 9.93 | 7.66 | 5.23 | - |
| YUV | 78.8 | 117.39 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 60 | 0 | 0.46 | 0.49 | 0.54 | 3.16 | 0.32 | 0.35 |
| Hex | 75 | 3F | 3C | 0 | 2E | 31 | 36 | 3 | 20 | 23 |
| Octal | 165 | 77 | 74 | 0 | 56 | 61 | 66 | 3 | 40 | 43 |
| Binary | 1110101 | 111111 | 111100 | 0 | 101110 | 110001 | 110110 | 11 | 100000 | 100011 |
Color Harmonies of #753F3C
Complementary color
Monochromatic Colors of #753F3C
Black with #753F3C
Text Example
Text Example
White with #753F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753F3C; }
p { color: rgb(117,63,60); }
H1.HeaderClassName
{
color: #753F3C;
}
.AnyTagClassName
{
color: #753F3C;
}
</style>
background-color css
<style>
a { background-color: #753F3C; }
a { background-color: rgb(117,63,60); }
div.DivClassName
{
background-color: #753F3C;
}
.BgClassName
{
background-color: #753F3C;
}
</style>
border-color css
<style>
span { border-color: #753F3C; }
span { border-color: rgb(117,63,60); }
td.TdClassName
{
border-color: #753F3C;
}
.TagClassName
{
border-color: #753F3C;
}
</style>