Shades of Crown Of Thorns #773C38
Tints of Crown Of Thorns #773C38
RGB
CMYK
RGB Variations
Color information
#773C38 (or 0x773C38) is known color: Crown Of Thorns. HEX triplet: 77, 3C and 38. RGB value is (119,60,56). Sum of RGB (Red+Green+Blue) = 119+60+56=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #773C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773C38 is #88C3C7. Grayscale: #4D4D4D. Windows color (decimal): -8963016 or 3685495. OLE color: 3685495.
HSL color Cylindrical-coordinate representation of color #773C38: hue angle of 3.81º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #773C38 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 60 | 56 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.53 |
| HSL | 3.81º | 0.36% | 0.34% | - |
| HSV(B) | 3.81º | 0.53% | 0.47% | - |
| XYZ | 9.94 | 7.44 | 4.65 | - |
| YUV | 77.19 | 116.05 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 60 | 56 | 0 | 0.50 | 0.53 | 0.53 | 3.81 | 0.36 | 0.34 |
| Hex | 77 | 3C | 38 | 0 | 32 | 35 | 35 | 4 | 24 | 22 |
| Octal | 167 | 74 | 70 | 0 | 62 | 65 | 65 | 4 | 44 | 42 |
| Binary | 1110111 | 111100 | 111000 | 0 | 110010 | 110101 | 110101 | 100 | 100100 | 100010 |
Color Harmonies of #773C38
Complementary color
Monochromatic Colors of #773C38
Black with #773C38
Text Example
Text Example
White with #773C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773C38; }
p { color: rgb(119,60,56); }
H1.HeaderClassName
{
color: #773C38;
}
.AnyTagClassName
{
color: #773C38;
}
</style>
background-color css
<style>
a { background-color: #773C38; }
a { background-color: rgb(119,60,56); }
div.DivClassName
{
background-color: #773C38;
}
.BgClassName
{
background-color: #773C38;
}
</style>
border-color css
<style>
span { border-color: #773C38; }
span { border-color: rgb(119,60,56); }
td.TdClassName
{
border-color: #773C38;
}
.TagClassName
{
border-color: #773C38;
}
</style>