Shades of Crown Of Thorns #773C39
Tints of Crown Of Thorns #773C39
RGB
CMYK
RGB Variations
Color information
#773C39 (or 0x773C39) is known color: Crown Of Thorns. HEX triplet: 77, 3C and 39. RGB value is (119,60,57). Sum of RGB (Red+Green+Blue) = 119+60+57=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 57 (22.66% from 255 or 24.15% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #773C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773C39 is #88C3C6. Grayscale: #4D4D4D. Windows color (decimal): -8963015 or 3751031. OLE color: 3751031.
HSL color Cylindrical-coordinate representation of color #773C39: hue angle of 2.9º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #773C39 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 60 | 57 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.53 |
| HSL | 2.9º | 0.35% | 0.35% | - |
| HSV(B) | 2.9º | 0.52% | 0.47% | - |
| XYZ | 9.96 | 7.45 | 4.78 | - |
| YUV | 77.3 | 116.55 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 60 | 57 | 0 | 0.50 | 0.52 | 0.53 | 2.9 | 0.35 | 0.35 |
| Hex | 77 | 3C | 39 | 0 | 32 | 34 | 35 | 3 | 23 | 23 |
| Octal | 167 | 74 | 71 | 0 | 62 | 64 | 65 | 3 | 43 | 43 |
| Binary | 1110111 | 111100 | 111001 | 0 | 110010 | 110100 | 110101 | 11 | 100011 | 100011 |
Color Harmonies of #773C39
Complementary color
Monochromatic Colors of #773C39
Black with #773C39
Text Example
Text Example
White with #773C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773C39; }
p { color: rgb(119,60,57); }
H1.HeaderClassName
{
color: #773C39;
}
.AnyTagClassName
{
color: #773C39;
}
</style>
background-color css
<style>
a { background-color: #773C39; }
a { background-color: rgb(119,60,57); }
div.DivClassName
{
background-color: #773C39;
}
.BgClassName
{
background-color: #773C39;
}
</style>
border-color css
<style>
span { border-color: #773C39; }
span { border-color: rgb(119,60,57); }
td.TdClassName
{
border-color: #773C39;
}
.TagClassName
{
border-color: #773C39;
}
</style>