Shades of Crown Of Thorns #773A2F
Tints of Crown Of Thorns #773A2F
RGB
CMYK
RGB Variations
Color information
#773A2F (or 0x773A2F) is known color: Crown Of Thorns. HEX triplet: 77, 3A and 2F. RGB value is (119,58,47). Sum of RGB (Red+Green+Blue) = 119+58+47=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #773A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773A2F is #88C5D0. Grayscale: #4B4B4B. Windows color (decimal): -8963537 or 3095159. OLE color: 3095159.
HSL color Cylindrical-coordinate representation of color #773A2F: hue angle of 9.17º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #773A2F is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 58 | 47 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.53 |
| HSL | 9.17º | 0.43% | 0.33% | - |
| HSV(B) | 9.17º | 0.61% | 0.47% | - |
| XYZ | 9.63 | 7.15 | 3.56 | - |
| YUV | 74.99 | 112.21 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 58 | 47 | 0 | 0.51 | 0.61 | 0.53 | 9.17 | 0.43 | 0.33 |
| Hex | 77 | 3A | 2F | 0 | 33 | 3D | 35 | 9 | 2B | 21 |
| Octal | 167 | 72 | 57 | 0 | 63 | 75 | 65 | 11 | 53 | 41 |
| Binary | 1110111 | 111010 | 101111 | 0 | 110011 | 111101 | 110101 | 1001 | 101011 | 100001 |
Color Harmonies of #773A2F
Complementary color
Monochromatic Colors of #773A2F
Black with #773A2F
Text Example
Text Example
White with #773A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773A2F; }
p { color: rgb(119,58,47); }
H1.HeaderClassName
{
color: #773A2F;
}
.AnyTagClassName
{
color: #773A2F;
}
</style>
background-color css
<style>
a { background-color: #773A2F; }
a { background-color: rgb(119,58,47); }
div.DivClassName
{
background-color: #773A2F;
}
.BgClassName
{
background-color: #773A2F;
}
</style>
border-color css
<style>
span { border-color: #773A2F; }
span { border-color: rgb(119,58,47); }
td.TdClassName
{
border-color: #773A2F;
}
.TagClassName
{
border-color: #773A2F;
}
</style>