Shades of Crown Of Thorns #773E34
Tints of Crown Of Thorns #773E34
RGB
CMYK
RGB Variations
Color information
#773E34 (or 0x773E34) is known color: Crown Of Thorns. HEX triplet: 77, 3E and 34. RGB value is (119,62,52). Sum of RGB (Red+Green+Blue) = 119+62+52=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #773E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773E34 is #88C1CB. Grayscale: #4E4E4E. Windows color (decimal): -8962508 or 3423863. OLE color: 3423863.
HSL color Cylindrical-coordinate representation of color #773E34: hue angle of 8.96º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #773E34 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 62 | 52 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.53 |
| HSL | 8.96º | 0.39% | 0.34% | - |
| HSV(B) | 8.96º | 0.56% | 0.47% | - |
| XYZ | 9.95 | 7.62 | 4.19 | - |
| YUV | 77.9 | 113.38 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 62 | 52 | 0 | 0.48 | 0.56 | 0.53 | 8.96 | 0.39 | 0.34 |
| Hex | 77 | 3E | 34 | 0 | 30 | 38 | 35 | 9 | 27 | 22 |
| Octal | 167 | 76 | 64 | 0 | 60 | 70 | 65 | 11 | 47 | 42 |
| Binary | 1110111 | 111110 | 110100 | 0 | 110000 | 111000 | 110101 | 1001 | 100111 | 100010 |
Color Harmonies of #773E34
Complementary color
Monochromatic Colors of #773E34
Black with #773E34
Text Example
Text Example
White with #773E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773E34; }
p { color: rgb(119,62,52); }
H1.HeaderClassName
{
color: #773E34;
}
.AnyTagClassName
{
color: #773E34;
}
</style>
background-color css
<style>
a { background-color: #773E34; }
a { background-color: rgb(119,62,52); }
div.DivClassName
{
background-color: #773E34;
}
.BgClassName
{
background-color: #773E34;
}
</style>
border-color css
<style>
span { border-color: #773E34; }
span { border-color: rgb(119,62,52); }
td.TdClassName
{
border-color: #773E34;
}
.TagClassName
{
border-color: #773E34;
}
</style>