Shades of Crown Of Thorns #7B382B
Tints of Crown Of Thorns #7B382B
RGB
CMYK
RGB Variations
Color information
#7B382B (or 0x7B382B) is known color: Crown Of Thorns. HEX triplet: 7B, 38 and 2B. RGB value is (123,56,43). Sum of RGB (Red+Green+Blue) = 123+56+43=222 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.41% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 123 - color contains mainly: red. Hex color #7B382B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B382B is #84C7D4. Grayscale: #4A4A4A. Windows color (decimal): -8701909 or 2832507. OLE color: 2832507.
HSL color Cylindrical-coordinate representation of color #7B382B: hue angle of 9.75º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B382B is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 56 | 43 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.52 |
| HSL | 9.75º | 0.48% | 0.33% | - |
| HSV(B) | 9.75º | 0.65% | 0.48% | - |
| XYZ | 10.02 | 7.21 | 3.15 | - |
| YUV | 74.55 | 110.2 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 56 | 43 | 0 | 0.54 | 0.65 | 0.52 | 9.75 | 0.48 | 0.33 |
| Hex | 7B | 38 | 2B | 0 | 36 | 41 | 34 | A | 30 | 21 |
| Octal | 173 | 70 | 53 | 0 | 66 | 101 | 64 | 12 | 60 | 41 |
| Binary | 1111011 | 111000 | 101011 | 0 | 110110 | 1000001 | 110100 | 1010 | 110000 | 100001 |
Color Harmonies of #7B382B
Complementary color
Monochromatic Colors of #7B382B
Black with #7B382B
Text Example
Text Example
White with #7B382B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B382B; }
p { color: rgb(123,56,43); }
H1.HeaderClassName
{
color: #7B382B;
}
.AnyTagClassName
{
color: #7B382B;
}
</style>
background-color css
<style>
a { background-color: #7B382B; }
a { background-color: rgb(123,56,43); }
div.DivClassName
{
background-color: #7B382B;
}
.BgClassName
{
background-color: #7B382B;
}
</style>
border-color css
<style>
span { border-color: #7B382B; }
span { border-color: rgb(123,56,43); }
td.TdClassName
{
border-color: #7B382B;
}
.TagClassName
{
border-color: #7B382B;
}
</style>