Shades of Crown Of Thorns #773C2F
Tints of Crown Of Thorns #773C2F
RGB
CMYK
RGB Variations
Color information
#773C2F (or 0x773C2F) is known color: Crown Of Thorns. HEX triplet: 77, 3C and 2F. RGB value is (119,60,47). Sum of RGB (Red+Green+Blue) = 119+60+47=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #773C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773C2F is #88C3D0. Grayscale: #4C4C4C. Windows color (decimal): -8963025 or 3095671. OLE color: 3095671.
HSL color Cylindrical-coordinate representation of color #773C2F: hue angle of 10.83º 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 #773C2F is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 60 | 47 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.53 |
| HSL | 10.83º | 0.43% | 0.33% | - |
| HSV(B) | 10.83º | 0.61% | 0.47% | - |
| XYZ | 9.74 | 7.36 | 3.6 | - |
| YUV | 76.16 | 111.55 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 60 | 47 | 0 | 0.50 | 0.61 | 0.53 | 10.83 | 0.43 | 0.33 |
| Hex | 77 | 3C | 2F | 0 | 32 | 3D | 35 | B | 2B | 21 |
| Octal | 167 | 74 | 57 | 0 | 62 | 75 | 65 | 13 | 53 | 41 |
| Binary | 1110111 | 111100 | 101111 | 0 | 110010 | 111101 | 110101 | 1011 | 101011 | 100001 |
Color Harmonies of #773C2F
Complementary color
Monochromatic Colors of #773C2F
Black with #773C2F
Text Example
Text Example
White with #773C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773C2F; }
p { color: rgb(119,60,47); }
H1.HeaderClassName
{
color: #773C2F;
}
.AnyTagClassName
{
color: #773C2F;
}
</style>
background-color css
<style>
a { background-color: #773C2F; }
a { background-color: rgb(119,60,47); }
div.DivClassName
{
background-color: #773C2F;
}
.BgClassName
{
background-color: #773C2F;
}
</style>
border-color css
<style>
span { border-color: #773C2F; }
span { border-color: rgb(119,60,47); }
td.TdClassName
{
border-color: #773C2F;
}
.TagClassName
{
border-color: #773C2F;
}
</style>