Shades of Crown Of Thorns #7B3B2F
Tints of Crown Of Thorns #7B3B2F
RGB
CMYK
RGB Variations
Color information
#7B3B2F (or 0x7B3B2F) is known color: Crown Of Thorns. HEX triplet: 7B, 3B and 2F. RGB value is (123,59,47). Sum of RGB (Red+Green+Blue) = 123+59+47=229 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.71% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3B2F is #84C4D0. Grayscale: #4C4C4C. Windows color (decimal): -8701137 or 3095419. OLE color: 3095419.
HSL color Cylindrical-coordinate representation of color #7B3B2F: hue angle of 9.47º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B3B2F is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 59 | 47 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.52 |
| HSL | 9.47º | 0.45% | 0.33% | - |
| HSV(B) | 9.47º | 0.62% | 0.48% | - |
| XYZ | 10.25 | 7.54 | 3.61 | - |
| YUV | 76.77 | 111.2 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 59 | 47 | 0 | 0.52 | 0.62 | 0.52 | 9.47 | 0.45 | 0.33 |
| Hex | 7B | 3B | 2F | 0 | 34 | 3E | 34 | 9 | 2D | 21 |
| Octal | 173 | 73 | 57 | 0 | 64 | 76 | 64 | 11 | 55 | 41 |
| Binary | 1111011 | 111011 | 101111 | 0 | 110100 | 111110 | 110100 | 1001 | 101101 | 100001 |
Color Harmonies of #7B3B2F
Complementary color
Monochromatic Colors of #7B3B2F
Black with #7B3B2F
Text Example
Text Example
White with #7B3B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3B2F; }
p { color: rgb(123,59,47); }
H1.HeaderClassName
{
color: #7B3B2F;
}
.AnyTagClassName
{
color: #7B3B2F;
}
</style>
background-color css
<style>
a { background-color: #7B3B2F; }
a { background-color: rgb(123,59,47); }
div.DivClassName
{
background-color: #7B3B2F;
}
.BgClassName
{
background-color: #7B3B2F;
}
</style>
border-color css
<style>
span { border-color: #7B3B2F; }
span { border-color: rgb(123,59,47); }
td.TdClassName
{
border-color: #7B3B2F;
}
.TagClassName
{
border-color: #7B3B2F;
}
</style>