Shades of Crown Of Thorns #78362D
Tints of Crown Of Thorns #78362D
RGB
CMYK
RGB Variations
Color information
#78362D (or 0x78362D) is known color: Crown Of Thorns. HEX triplet: 78, 36 and 2D. RGB value is (120,54,45). Sum of RGB (Red+Green+Blue) = 120+54+45=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #78362D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78362D is #87C9D2. Grayscale: #484848. Windows color (decimal): -8899027 or 2963064. OLE color: 2963064.
HSL color Cylindrical-coordinate representation of color #78362D: hue angle of 7.2º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78362D is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 54 | 45 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.53 |
| HSL | 7.2º | 0.45% | 0.32% | - |
| HSV(B) | 7.2º | 0.63% | 0.47% | - |
| XYZ | 9.54 | 6.82 | 3.3 | - |
| YUV | 72.71 | 112.37 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 54 | 45 | 0 | 0.55 | 0.63 | 0.53 | 7.2 | 0.45 | 0.32 |
| Hex | 78 | 36 | 2D | 0 | 37 | 3F | 35 | 7 | 2D | 20 |
| Octal | 170 | 66 | 55 | 0 | 67 | 77 | 65 | 7 | 55 | 40 |
| Binary | 1111000 | 110110 | 101101 | 0 | 110111 | 111111 | 110101 | 111 | 101101 | 100000 |
Color Harmonies of #78362D
Complementary color
Monochromatic Colors of #78362D
Black with #78362D
Text Example
Text Example
White with #78362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78362D; }
p { color: rgb(120,54,45); }
H1.HeaderClassName
{
color: #78362D;
}
.AnyTagClassName
{
color: #78362D;
}
</style>
background-color css
<style>
a { background-color: #78362D; }
a { background-color: rgb(120,54,45); }
div.DivClassName
{
background-color: #78362D;
}
.BgClassName
{
background-color: #78362D;
}
</style>
border-color css
<style>
span { border-color: #78362D; }
span { border-color: rgb(120,54,45); }
td.TdClassName
{
border-color: #78362D;
}
.TagClassName
{
border-color: #78362D;
}
</style>