Shades of Crown Of Thorns #76372F
Tints of Crown Of Thorns #76372F
RGB
CMYK
RGB Variations
Color information
#76372F (or 0x76372F) is known color: Crown Of Thorns. HEX triplet: 76, 37 and 2F. RGB value is (118,55,47). Sum of RGB (Red+Green+Blue) = 118+55+47=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #76372F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76372F is #89C8D0. Grayscale: #494949. Windows color (decimal): -9029841 or 3094390. OLE color: 3094390.
HSL color Cylindrical-coordinate representation of color #76372F: hue angle of 6.76º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76372F is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 55 | 47 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.54 |
| HSL | 6.76º | 0.43% | 0.32% | - |
| HSV(B) | 6.76º | 0.6% | 0.46% | - |
| XYZ | 9.35 | 6.79 | 3.51 | - |
| YUV | 72.93 | 113.37 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 55 | 47 | 0 | 0.53 | 0.60 | 0.54 | 6.76 | 0.43 | 0.32 |
| Hex | 76 | 37 | 2F | 0 | 35 | 3C | 36 | 7 | 2B | 20 |
| Octal | 166 | 67 | 57 | 0 | 65 | 74 | 66 | 7 | 53 | 40 |
| Binary | 1110110 | 110111 | 101111 | 0 | 110101 | 111100 | 110110 | 111 | 101011 | 100000 |
Color Harmonies of #76372F
Complementary color
Monochromatic Colors of #76372F
Black with #76372F
Text Example
Text Example
White with #76372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76372F; }
p { color: rgb(118,55,47); }
H1.HeaderClassName
{
color: #76372F;
}
.AnyTagClassName
{
color: #76372F;
}
</style>
background-color css
<style>
a { background-color: #76372F; }
a { background-color: rgb(118,55,47); }
div.DivClassName
{
background-color: #76372F;
}
.BgClassName
{
background-color: #76372F;
}
</style>
border-color css
<style>
span { border-color: #76372F; }
span { border-color: rgb(118,55,47); }
td.TdClassName
{
border-color: #76372F;
}
.TagClassName
{
border-color: #76372F;
}
</style>