Shades of Crown Of Thorns #76382E
Tints of Crown Of Thorns #76382E
RGB
CMYK
RGB Variations
Color information
#76382E (or 0x76382E) is known color: Crown Of Thorns. HEX triplet: 76, 38 and 2E. RGB value is (118,56,46). Sum of RGB (Red+Green+Blue) = 118+56+46=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #76382E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76382E is #89C7D1. Grayscale: #494949. Windows color (decimal): -9029586 or 3029110. OLE color: 3029110.
HSL color Cylindrical-coordinate representation of color #76382E: hue angle of 8.33º 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 #76382E is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 56 | 46 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.54 |
| HSL | 8.33º | 0.44% | 0.32% | - |
| HSV(B) | 8.33º | 0.61% | 0.46% | - |
| XYZ | 9.38 | 6.88 | 3.42 | - |
| YUV | 73.4 | 112.54 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 56 | 46 | 0 | 0.53 | 0.61 | 0.54 | 8.33 | 0.44 | 0.32 |
| Hex | 76 | 38 | 2E | 0 | 35 | 3D | 36 | 8 | 2C | 20 |
| Octal | 166 | 70 | 56 | 0 | 65 | 75 | 66 | 10 | 54 | 40 |
| Binary | 1110110 | 111000 | 101110 | 0 | 110101 | 111101 | 110110 | 1000 | 101100 | 100000 |
Color Harmonies of #76382E
Complementary color
Monochromatic Colors of #76382E
Black with #76382E
Text Example
Text Example
White with #76382E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76382E; }
p { color: rgb(118,56,46); }
H1.HeaderClassName
{
color: #76382E;
}
.AnyTagClassName
{
color: #76382E;
}
</style>
background-color css
<style>
a { background-color: #76382E; }
a { background-color: rgb(118,56,46); }
div.DivClassName
{
background-color: #76382E;
}
.BgClassName
{
background-color: #76382E;
}
</style>
border-color css
<style>
span { border-color: #76382E; }
span { border-color: rgb(118,56,46); }
td.TdClassName
{
border-color: #76382E;
}
.TagClassName
{
border-color: #76382E;
}
</style>