Shades of Crown Of Thorns #7A372D
Tints of Crown Of Thorns #7A372D
RGB
CMYK
RGB Variations
Color information
#7A372D (or 0x7A372D) is known color: Crown Of Thorns. HEX triplet: 7A, 37 and 2D. RGB value is (122,55,45). Sum of RGB (Red+Green+Blue) = 122+55+45=222 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.95% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 122 - color contains mainly: red. Hex color #7A372D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A372D is #85C8D2. Grayscale: #4A4A4A. Windows color (decimal): -8767699 or 2963322. OLE color: 2963322.
HSL color Cylindrical-coordinate representation of color #7A372D: hue angle of 7.79º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A372D is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 55 | 45 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.52 |
| HSL | 7.79º | 0.46% | 0.33% | - |
| HSV(B) | 7.79º | 0.63% | 0.48% | - |
| XYZ | 9.87 | 7.06 | 3.33 | - |
| YUV | 73.89 | 111.7 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 55 | 45 | 0 | 0.55 | 0.63 | 0.52 | 7.79 | 0.46 | 0.33 |
| Hex | 7A | 37 | 2D | 0 | 37 | 3F | 34 | 8 | 2E | 21 |
| Octal | 172 | 67 | 55 | 0 | 67 | 77 | 64 | 10 | 56 | 41 |
| Binary | 1111010 | 110111 | 101101 | 0 | 110111 | 111111 | 110100 | 1000 | 101110 | 100001 |
Color Harmonies of #7A372D
Complementary color
Monochromatic Colors of #7A372D
Black with #7A372D
Text Example
Text Example
White with #7A372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A372D; }
p { color: rgb(122,55,45); }
H1.HeaderClassName
{
color: #7A372D;
}
.AnyTagClassName
{
color: #7A372D;
}
</style>
background-color css
<style>
a { background-color: #7A372D; }
a { background-color: rgb(122,55,45); }
div.DivClassName
{
background-color: #7A372D;
}
.BgClassName
{
background-color: #7A372D;
}
</style>
border-color css
<style>
span { border-color: #7A372D; }
span { border-color: rgb(122,55,45); }
td.TdClassName
{
border-color: #7A372D;
}
.TagClassName
{
border-color: #7A372D;
}
</style>