Shades of Crown Of Thorns #7C3932
Tints of Crown Of Thorns #7C3932
RGB
CMYK
RGB Variations
Color information
#7C3932 (or 0x7C3932) is known color: Crown Of Thorns. HEX triplet: 7C, 39 and 32. RGB value is (124,57,50). Sum of RGB (Red+Green+Blue) = 124+57+50=231 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.68% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3932 is #83C6CD. Grayscale: #4C4C4C. Windows color (decimal): -8636110 or 3291516. OLE color: 3291516.
HSL color Cylindrical-coordinate representation of color #7C3932: hue angle of 5.68º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C3932 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 57 | 50 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.51 |
| HSL | 5.68º | 0.43% | 0.34% | - |
| HSV(B) | 5.68º | 0.6% | 0.49% | - |
| XYZ | 10.35 | 7.44 | 3.91 | - |
| YUV | 76.24 | 113.2 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 57 | 50 | 0 | 0.54 | 0.60 | 0.51 | 5.68 | 0.43 | 0.34 |
| Hex | 7C | 39 | 32 | 0 | 36 | 3C | 33 | 6 | 2B | 22 |
| Octal | 174 | 71 | 62 | 0 | 66 | 74 | 63 | 6 | 53 | 42 |
| Binary | 1111100 | 111001 | 110010 | 0 | 110110 | 111100 | 110011 | 110 | 101011 | 100010 |
Color Harmonies of #7C3932
Complementary color
Monochromatic Colors of #7C3932
Black with #7C3932
Text Example
Text Example
White with #7C3932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3932; }
p { color: rgb(124,57,50); }
H1.HeaderClassName
{
color: #7C3932;
}
.AnyTagClassName
{
color: #7C3932;
}
</style>
background-color css
<style>
a { background-color: #7C3932; }
a { background-color: rgb(124,57,50); }
div.DivClassName
{
background-color: #7C3932;
}
.BgClassName
{
background-color: #7C3932;
}
</style>
border-color css
<style>
span { border-color: #7C3932; }
span { border-color: rgb(124,57,50); }
td.TdClassName
{
border-color: #7C3932;
}
.TagClassName
{
border-color: #7C3932;
}
</style>