Shades of Crown Of Thorns #7B3C2F
Tints of Crown Of Thorns #7B3C2F
RGB
CMYK
RGB Variations
Color information
#7B3C2F (or 0x7B3C2F) is known color: Crown Of Thorns. HEX triplet: 7B, 3C and 2F. RGB value is (123,60,47). Sum of RGB (Red+Green+Blue) = 123+60+47=230 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.48% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3C2F is #84C3D0. Grayscale: #4D4D4D. Windows color (decimal): -8700881 or 3095675. OLE color: 3095675.
HSL color Cylindrical-coordinate representation of color #7B3C2F: hue angle of 10.26º 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 #7B3C2F is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 60 | 47 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.52 |
| HSL | 10.26º | 0.45% | 0.33% | - |
| HSV(B) | 10.26º | 0.62% | 0.48% | - |
| XYZ | 10.3 | 7.65 | 3.62 | - |
| YUV | 77.36 | 110.87 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 60 | 47 | 0 | 0.51 | 0.62 | 0.52 | 10.26 | 0.45 | 0.33 |
| Hex | 7B | 3C | 2F | 0 | 33 | 3E | 34 | A | 2D | 21 |
| Octal | 173 | 74 | 57 | 0 | 63 | 76 | 64 | 12 | 55 | 41 |
| Binary | 1111011 | 111100 | 101111 | 0 | 110011 | 111110 | 110100 | 1010 | 101101 | 100001 |
Color Harmonies of #7B3C2F
Complementary color
Monochromatic Colors of #7B3C2F
Black with #7B3C2F
Text Example
Text Example
White with #7B3C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3C2F; }
p { color: rgb(123,60,47); }
H1.HeaderClassName
{
color: #7B3C2F;
}
.AnyTagClassName
{
color: #7B3C2F;
}
</style>
background-color css
<style>
a { background-color: #7B3C2F; }
a { background-color: rgb(123,60,47); }
div.DivClassName
{
background-color: #7B3C2F;
}
.BgClassName
{
background-color: #7B3C2F;
}
</style>
border-color css
<style>
span { border-color: #7B3C2F; }
span { border-color: rgb(123,60,47); }
td.TdClassName
{
border-color: #7B3C2F;
}
.TagClassName
{
border-color: #7B3C2F;
}
</style>