Shades of Crown Of Thorns #7B3A2F
Tints of Crown Of Thorns #7B3A2F
RGB
CMYK
RGB Variations
Color information
#7B3A2F (or 0x7B3A2F) is known color: Crown Of Thorns. HEX triplet: 7B, 3A and 2F. RGB value is (123,58,47). Sum of RGB (Red+Green+Blue) = 123+58+47=228 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.95% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3A2F is #84C5D0. Grayscale: #4C4C4C. Windows color (decimal): -8701393 or 3095163. OLE color: 3095163.
HSL color Cylindrical-coordinate representation of color #7B3A2F: hue angle of 8.68º 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 #7B3A2F is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 58 | 47 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.52 |
| HSL | 8.68º | 0.45% | 0.33% | - |
| HSV(B) | 8.68º | 0.62% | 0.48% | - |
| XYZ | 10.19 | 7.44 | 3.59 | - |
| YUV | 76.18 | 111.53 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 58 | 47 | 0 | 0.53 | 0.62 | 0.52 | 8.68 | 0.45 | 0.33 |
| Hex | 7B | 3A | 2F | 0 | 35 | 3E | 34 | 9 | 2D | 21 |
| Octal | 173 | 72 | 57 | 0 | 65 | 76 | 64 | 11 | 55 | 41 |
| Binary | 1111011 | 111010 | 101111 | 0 | 110101 | 111110 | 110100 | 1001 | 101101 | 100001 |
Color Harmonies of #7B3A2F
Complementary color
Monochromatic Colors of #7B3A2F
Black with #7B3A2F
Text Example
Text Example
White with #7B3A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3A2F; }
p { color: rgb(123,58,47); }
H1.HeaderClassName
{
color: #7B3A2F;
}
.AnyTagClassName
{
color: #7B3A2F;
}
</style>
background-color css
<style>
a { background-color: #7B3A2F; }
a { background-color: rgb(123,58,47); }
div.DivClassName
{
background-color: #7B3A2F;
}
.BgClassName
{
background-color: #7B3A2F;
}
</style>
border-color css
<style>
span { border-color: #7B3A2F; }
span { border-color: rgb(123,58,47); }
td.TdClassName
{
border-color: #7B3A2F;
}
.TagClassName
{
border-color: #7B3A2F;
}
</style>