Shades of Crown Of Thorns #773A2C
Tints of Crown Of Thorns #773A2C
RGB
CMYK
RGB Variations
Color information
#773A2C (or 0x773A2C) is known color: Crown Of Thorns. HEX triplet: 77, 3A and 2C. RGB value is (119,58,44). Sum of RGB (Red+Green+Blue) = 119+58+44=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #773A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773A2C is #88C5D3. Grayscale: #4A4A4A. Windows color (decimal): -8963540 or 2898551. OLE color: 2898551.
HSL color Cylindrical-coordinate representation of color #773A2C: hue angle of 11.2º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #773A2C is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 58 | 44 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.53 |
| HSL | 11.2º | 0.46% | 0.32% | - |
| HSV(B) | 11.2º | 0.63% | 0.47% | - |
| XYZ | 9.58 | 7.13 | 3.25 | - |
| YUV | 74.64 | 110.71 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 58 | 44 | 0 | 0.51 | 0.63 | 0.53 | 11.2 | 0.46 | 0.32 |
| Hex | 77 | 3A | 2C | 0 | 33 | 3F | 35 | B | 2E | 20 |
| Octal | 167 | 72 | 54 | 0 | 63 | 77 | 65 | 13 | 56 | 40 |
| Binary | 1110111 | 111010 | 101100 | 0 | 110011 | 111111 | 110101 | 1011 | 101110 | 100000 |
Color Harmonies of #773A2C
Complementary color
Monochromatic Colors of #773A2C
Black with #773A2C
Text Example
Text Example
White with #773A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773A2C; }
p { color: rgb(119,58,44); }
H1.HeaderClassName
{
color: #773A2C;
}
.AnyTagClassName
{
color: #773A2C;
}
</style>
background-color css
<style>
a { background-color: #773A2C; }
a { background-color: rgb(119,58,44); }
div.DivClassName
{
background-color: #773A2C;
}
.BgClassName
{
background-color: #773A2C;
}
</style>
border-color css
<style>
span { border-color: #773A2C; }
span { border-color: rgb(119,58,44); }
td.TdClassName
{
border-color: #773A2C;
}
.TagClassName
{
border-color: #773A2C;
}
</style>