Shades of Crown Of Thorns #7B3732
Tints of Crown Of Thorns #7B3732
RGB
CMYK
RGB Variations
Color information
#7B3732 (or 0x7B3732) is known color: Crown Of Thorns. HEX triplet: 7B, 37 and 32. RGB value is (123,55,50). Sum of RGB (Red+Green+Blue) = 123+55+50=228 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.95% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3732 is #84C8CD. Grayscale: #4A4A4A. Windows color (decimal): -8702158 or 3291003. OLE color: 3291003.
HSL color Cylindrical-coordinate representation of color #7B3732: hue angle of 4.11º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B3732 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 55 | 50 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.52 |
| HSL | 4.11º | 0.42% | 0.34% | - |
| HSV(B) | 4.11º | 0.59% | 0.48% | - |
| XYZ | 10.11 | 7.17 | 3.87 | - |
| YUV | 74.76 | 114.03 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 55 | 50 | 0 | 0.55 | 0.59 | 0.52 | 4.11 | 0.42 | 0.34 |
| Hex | 7B | 37 | 32 | 0 | 37 | 3B | 34 | 4 | 2A | 22 |
| Octal | 173 | 67 | 62 | 0 | 67 | 73 | 64 | 4 | 52 | 42 |
| Binary | 1111011 | 110111 | 110010 | 0 | 110111 | 111011 | 110100 | 100 | 101010 | 100010 |
Color Harmonies of #7B3732
Complementary color
Monochromatic Colors of #7B3732
Black with #7B3732
Text Example
Text Example
White with #7B3732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3732; }
p { color: rgb(123,55,50); }
H1.HeaderClassName
{
color: #7B3732;
}
.AnyTagClassName
{
color: #7B3732;
}
</style>
background-color css
<style>
a { background-color: #7B3732; }
a { background-color: rgb(123,55,50); }
div.DivClassName
{
background-color: #7B3732;
}
.BgClassName
{
background-color: #7B3732;
}
</style>
border-color css
<style>
span { border-color: #7B3732; }
span { border-color: rgb(123,55,50); }
td.TdClassName
{
border-color: #7B3732;
}
.TagClassName
{
border-color: #7B3732;
}
</style>