Shades of Crown Of Thorns #76372E
Tints of Crown Of Thorns #76372E
RGB
CMYK
RGB Variations
Color information
#76372E (or 0x76372E) is known color: Crown Of Thorns. HEX triplet: 76, 37 and 2E. RGB value is (118,55,46). Sum of RGB (Red+Green+Blue) = 118+55+46=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #76372E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76372E is #89C8D1. Grayscale: #484848. Windows color (decimal): -9029842 or 3028854. OLE color: 3028854.
HSL color Cylindrical-coordinate representation of color #76372E: hue angle of 7.5º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76372E is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 55 | 46 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.54 |
| HSL | 7.5º | 0.44% | 0.32% | - |
| HSV(B) | 7.5º | 0.61% | 0.46% | - |
| XYZ | 9.33 | 6.78 | 3.4 | - |
| YUV | 72.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 55 | 46 | 0 | 0.53 | 0.61 | 0.54 | 7.5 | 0.44 | 0.32 |
| Hex | 76 | 37 | 2E | 0 | 35 | 3D | 36 | 8 | 2C | 20 |
| Octal | 166 | 67 | 56 | 0 | 65 | 75 | 66 | 10 | 54 | 40 |
| Binary | 1110110 | 110111 | 101110 | 0 | 110101 | 111101 | 110110 | 1000 | 101100 | 100000 |
Color Harmonies of #76372E
Complementary color
Monochromatic Colors of #76372E
Black with #76372E
Text Example
Text Example
White with #76372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76372E; }
p { color: rgb(118,55,46); }
H1.HeaderClassName
{
color: #76372E;
}
.AnyTagClassName
{
color: #76372E;
}
</style>
background-color css
<style>
a { background-color: #76372E; }
a { background-color: rgb(118,55,46); }
div.DivClassName
{
background-color: #76372E;
}
.BgClassName
{
background-color: #76372E;
}
</style>
border-color css
<style>
span { border-color: #76372E; }
span { border-color: rgb(118,55,46); }
td.TdClassName
{
border-color: #76372E;
}
.TagClassName
{
border-color: #76372E;
}
</style>