Shades of Crown Of Thorns #773A36
Tints of Crown Of Thorns #773A36
RGB
CMYK
RGB Variations
Color information
#773A36 (or 0x773A36) is known color: Crown Of Thorns. HEX triplet: 77, 3A and 36. RGB value is (119,58,54). Sum of RGB (Red+Green+Blue) = 119+58+54=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #773A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773A36 is #88C5C9. Grayscale: #4B4B4B. Windows color (decimal): -8963530 or 3553911. OLE color: 3553911.
HSL color Cylindrical-coordinate representation of color #773A36: hue angle of 3.69º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #773A36 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 58 | 54 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.53 |
| HSL | 3.69º | 0.38% | 0.34% | - |
| HSV(B) | 3.69º | 0.55% | 0.47% | - |
| XYZ | 9.79 | 7.21 | 4.37 | - |
| YUV | 75.78 | 115.71 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 58 | 54 | 0 | 0.51 | 0.55 | 0.53 | 3.69 | 0.38 | 0.34 |
| Hex | 77 | 3A | 36 | 0 | 33 | 37 | 35 | 4 | 26 | 22 |
| Octal | 167 | 72 | 66 | 0 | 63 | 67 | 65 | 4 | 46 | 42 |
| Binary | 1110111 | 111010 | 110110 | 0 | 110011 | 110111 | 110101 | 100 | 100110 | 100010 |
Color Harmonies of #773A36
Complementary color
Monochromatic Colors of #773A36
Black with #773A36
Text Example
Text Example
White with #773A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773A36; }
p { color: rgb(119,58,54); }
H1.HeaderClassName
{
color: #773A36;
}
.AnyTagClassName
{
color: #773A36;
}
</style>
background-color css
<style>
a { background-color: #773A36; }
a { background-color: rgb(119,58,54); }
div.DivClassName
{
background-color: #773A36;
}
.BgClassName
{
background-color: #773A36;
}
</style>
border-color css
<style>
span { border-color: #773A36; }
span { border-color: rgb(119,58,54); }
td.TdClassName
{
border-color: #773A36;
}
.TagClassName
{
border-color: #773A36;
}
</style>