Shades of Crown Of Thorns #77372F
Tints of Crown Of Thorns #77372F
RGB
CMYK
RGB Variations
Color information
#77372F (or 0x77372F) is known color: Crown Of Thorns. HEX triplet: 77, 37 and 2F. RGB value is (119,55,47). Sum of RGB (Red+Green+Blue) = 119+55+47=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #77372F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77372F is #88C8D0. Grayscale: #494949. Windows color (decimal): -8964305 or 3094391. OLE color: 3094391.
HSL color Cylindrical-coordinate representation of color #77372F: hue angle of 6.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 #77372F is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 55 | 47 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.53 |
| HSL | 6.67º | 0.43% | 0.33% | - |
| HSV(B) | 6.67º | 0.61% | 0.47% | - |
| XYZ | 9.49 | 6.86 | 3.51 | - |
| YUV | 73.22 | 113.2 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 55 | 47 | 0 | 0.54 | 0.61 | 0.53 | 6.67 | 0.43 | 0.33 |
| Hex | 77 | 37 | 2F | 0 | 36 | 3D | 35 | 7 | 2B | 21 |
| Octal | 167 | 67 | 57 | 0 | 66 | 75 | 65 | 7 | 53 | 41 |
| Binary | 1110111 | 110111 | 101111 | 0 | 110110 | 111101 | 110101 | 111 | 101011 | 100001 |
Color Harmonies of #77372F
Complementary color
Monochromatic Colors of #77372F
Black with #77372F
Text Example
Text Example
White with #77372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77372F; }
p { color: rgb(119,55,47); }
H1.HeaderClassName
{
color: #77372F;
}
.AnyTagClassName
{
color: #77372F;
}
</style>
background-color css
<style>
a { background-color: #77372F; }
a { background-color: rgb(119,55,47); }
div.DivClassName
{
background-color: #77372F;
}
.BgClassName
{
background-color: #77372F;
}
</style>
border-color css
<style>
span { border-color: #77372F; }
span { border-color: rgb(119,55,47); }
td.TdClassName
{
border-color: #77372F;
}
.TagClassName
{
border-color: #77372F;
}
</style>