Shades of Crown Of Thorns #76362F
Tints of Crown Of Thorns #76362F
RGB
CMYK
RGB Variations
Color information
#76362F (or 0x76362F) is known color: Crown Of Thorns. HEX triplet: 76, 36 and 2F. RGB value is (118,54,47). Sum of RGB (Red+Green+Blue) = 118+54+47=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #76362F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76362F is #89C9D0. Grayscale: #484848. Windows color (decimal): -9030097 or 3094134. OLE color: 3094134.
HSL color Cylindrical-coordinate representation of color #76362F: hue angle of 5.92º 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 #76362F is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 54 | 47 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.54 |
| HSL | 5.92º | 0.43% | 0.32% | - |
| HSV(B) | 5.92º | 0.6% | 0.46% | - |
| XYZ | 9.3 | 6.7 | 3.49 | - |
| YUV | 72.34 | 113.7 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 54 | 47 | 0 | 0.54 | 0.60 | 0.54 | 5.92 | 0.43 | 0.32 |
| Hex | 76 | 36 | 2F | 0 | 36 | 3C | 36 | 6 | 2B | 20 |
| Octal | 166 | 66 | 57 | 0 | 66 | 74 | 66 | 6 | 53 | 40 |
| Binary | 1110110 | 110110 | 101111 | 0 | 110110 | 111100 | 110110 | 110 | 101011 | 100000 |
Color Harmonies of #76362F
Complementary color
Monochromatic Colors of #76362F
Black with #76362F
Text Example
Text Example
White with #76362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76362F; }
p { color: rgb(118,54,47); }
H1.HeaderClassName
{
color: #76362F;
}
.AnyTagClassName
{
color: #76362F;
}
</style>
background-color css
<style>
a { background-color: #76362F; }
a { background-color: rgb(118,54,47); }
div.DivClassName
{
background-color: #76362F;
}
.BgClassName
{
background-color: #76362F;
}
</style>
border-color css
<style>
span { border-color: #76362F; }
span { border-color: rgb(118,54,47); }
td.TdClassName
{
border-color: #76362F;
}
.TagClassName
{
border-color: #76362F;
}
</style>