Shades of Crown Of Thorns #773D2F
Tints of Crown Of Thorns #773D2F
RGB
CMYK
RGB Variations
Color information
#773D2F (or 0x773D2F) is known color: Crown Of Thorns. HEX triplet: 77, 3D and 2F. RGB value is (119,61,47). Sum of RGB (Red+Green+Blue) = 119+61+47=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #773D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773D2F is #88C2D0. Grayscale: #4C4C4C. Windows color (decimal): -8962769 or 3095927. OLE color: 3095927.
HSL color Cylindrical-coordinate representation of color #773D2F: hue angle of 11.67º 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 #773D2F is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 61 | 47 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.53 |
| HSL | 11.67º | 0.43% | 0.33% | - |
| HSV(B) | 11.67º | 0.61% | 0.47% | - |
| XYZ | 9.79 | 7.46 | 3.61 | - |
| YUV | 76.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 47 | 0 | 0.49 | 0.61 | 0.53 | 11.67 | 0.43 | 0.33 |
| Hex | 77 | 3D | 2F | 0 | 31 | 3D | 35 | C | 2B | 21 |
| Octal | 167 | 75 | 57 | 0 | 61 | 75 | 65 | 14 | 53 | 41 |
| Binary | 1110111 | 111101 | 101111 | 0 | 110001 | 111101 | 110101 | 1100 | 101011 | 100001 |
Color Harmonies of #773D2F
Complementary color
Monochromatic Colors of #773D2F
Black with #773D2F
Text Example
Text Example
White with #773D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773D2F; }
p { color: rgb(119,61,47); }
H1.HeaderClassName
{
color: #773D2F;
}
.AnyTagClassName
{
color: #773D2F;
}
</style>
background-color css
<style>
a { background-color: #773D2F; }
a { background-color: rgb(119,61,47); }
div.DivClassName
{
background-color: #773D2F;
}
.BgClassName
{
background-color: #773D2F;
}
</style>
border-color css
<style>
span { border-color: #773D2F; }
span { border-color: rgb(119,61,47); }
td.TdClassName
{
border-color: #773D2F;
}
.TagClassName
{
border-color: #773D2F;
}
</style>