Shades of Crown Of Thorns #7B362E
Tints of Crown Of Thorns #7B362E
RGB
CMYK
RGB Variations
Color information
#7B362E (or 0x7B362E) is known color: Crown Of Thorns. HEX triplet: 7B, 36 and 2E. RGB value is (123,54,46). Sum of RGB (Red+Green+Blue) = 123+54+46=223 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.16% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 123 - color contains mainly: red. Hex color #7B362E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B362E is #84C9D1. Grayscale: #494949. Windows color (decimal): -8702418 or 3028603. OLE color: 3028603.
HSL color Cylindrical-coordinate representation of color #7B362E: hue angle of 6.23º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B362E is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 54 | 46 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.52 |
| HSL | 6.23º | 0.46% | 0.33% | - |
| HSV(B) | 6.23º | 0.63% | 0.48% | - |
| XYZ | 9.98 | 7.05 | 3.42 | - |
| YUV | 73.72 | 112.36 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 54 | 46 | 0 | 0.56 | 0.63 | 0.52 | 6.23 | 0.46 | 0.33 |
| Hex | 7B | 36 | 2E | 0 | 38 | 3F | 34 | 6 | 2E | 21 |
| Octal | 173 | 66 | 56 | 0 | 70 | 77 | 64 | 6 | 56 | 41 |
| Binary | 1111011 | 110110 | 101110 | 0 | 111000 | 111111 | 110100 | 110 | 101110 | 100001 |
Color Harmonies of #7B362E
Complementary color
Monochromatic Colors of #7B362E
Black with #7B362E
Text Example
Text Example
White with #7B362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B362E; }
p { color: rgb(123,54,46); }
H1.HeaderClassName
{
color: #7B362E;
}
.AnyTagClassName
{
color: #7B362E;
}
</style>
background-color css
<style>
a { background-color: #7B362E; }
a { background-color: rgb(123,54,46); }
div.DivClassName
{
background-color: #7B362E;
}
.BgClassName
{
background-color: #7B362E;
}
</style>
border-color css
<style>
span { border-color: #7B362E; }
span { border-color: rgb(123,54,46); }
td.TdClassName
{
border-color: #7B362E;
}
.TagClassName
{
border-color: #7B362E;
}
</style>