Shades of Bole #75463F
Tints of Bole #75463F
RGB
CMYK
RGB Variations
Color information
#75463F (or 0x75463F) is known color: Bole. HEX triplet: 75, 46 and 3F. RGB value is (117,70,63). Sum of RGB (Red+Green+Blue) = 117+70+63=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #75463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75463F is #8AB9C0. Grayscale: #535353. Windows color (decimal): -9091521 or 4146805. OLE color: 4146805.
HSL color Cylindrical-coordinate representation of color #75463F: hue angle of 7.78º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75463F is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 70 | 63 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.54 |
| HSL | 7.78º | 0.3% | 0.35% | - |
| HSV(B) | 7.78º | 0.46% | 0.46% | - |
| XYZ | 10.42 | 8.52 | 5.8 | - |
| YUV | 83.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 70 | 63 | 0 | 0.40 | 0.46 | 0.54 | 7.78 | 0.3 | 0.35 |
| Hex | 75 | 46 | 3F | 0 | 28 | 2E | 36 | 8 | 1E | 23 |
| Octal | 165 | 106 | 77 | 0 | 50 | 56 | 66 | 10 | 36 | 43 |
| Binary | 1110101 | 1000110 | 111111 | 0 | 101000 | 101110 | 110110 | 1000 | 11110 | 100011 |
Color Harmonies of #75463F
Complementary color
Monochromatic Colors of #75463F
Black with #75463F
Text Example
Text Example
White with #75463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75463F; }
p { color: rgb(117,70,63); }
H1.HeaderClassName
{
color: #75463F;
}
.AnyTagClassName
{
color: #75463F;
}
</style>
background-color css
<style>
a { background-color: #75463F; }
a { background-color: rgb(117,70,63); }
div.DivClassName
{
background-color: #75463F;
}
.BgClassName
{
background-color: #75463F;
}
</style>
border-color css
<style>
span { border-color: #75463F; }
span { border-color: rgb(117,70,63); }
td.TdClassName
{
border-color: #75463F;
}
.TagClassName
{
border-color: #75463F;
}
</style>