Shades of Crown Of Thorns #7B382E
Tints of Crown Of Thorns #7B382E
RGB
CMYK
RGB Variations
Color information
#7B382E (or 0x7B382E) is known color: Crown Of Thorns. HEX triplet: 7B, 38 and 2E. RGB value is (123,56,46). Sum of RGB (Red+Green+Blue) = 123+56+46=225 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.67% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 123 - color contains mainly: red. Hex color #7B382E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B382E is #84C7D1. Grayscale: #4B4B4B. Windows color (decimal): -8701906 or 3029115. OLE color: 3029115.
HSL color Cylindrical-coordinate representation of color #7B382E: hue angle of 7.79º 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 #7B382E is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 56 | 46 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.52 |
| HSL | 7.79º | 0.46% | 0.33% | - |
| HSV(B) | 7.79º | 0.63% | 0.48% | - |
| XYZ | 10.08 | 7.24 | 3.45 | - |
| YUV | 74.89 | 111.7 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 56 | 46 | 0 | 0.54 | 0.63 | 0.52 | 7.79 | 0.46 | 0.33 |
| Hex | 7B | 38 | 2E | 0 | 36 | 3F | 34 | 8 | 2E | 21 |
| Octal | 173 | 70 | 56 | 0 | 66 | 77 | 64 | 10 | 56 | 41 |
| Binary | 1111011 | 111000 | 101110 | 0 | 110110 | 111111 | 110100 | 1000 | 101110 | 100001 |
Color Harmonies of #7B382E
Complementary color
Monochromatic Colors of #7B382E
Black with #7B382E
Text Example
Text Example
White with #7B382E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B382E; }
p { color: rgb(123,56,46); }
H1.HeaderClassName
{
color: #7B382E;
}
.AnyTagClassName
{
color: #7B382E;
}
</style>
background-color css
<style>
a { background-color: #7B382E; }
a { background-color: rgb(123,56,46); }
div.DivClassName
{
background-color: #7B382E;
}
.BgClassName
{
background-color: #7B382E;
}
</style>
border-color css
<style>
span { border-color: #7B382E; }
span { border-color: rgb(123,56,46); }
td.TdClassName
{
border-color: #7B382E;
}
.TagClassName
{
border-color: #7B382E;
}
</style>