Shades of Scorpion #7B6A72
Tints of Scorpion #7B6A72
RGB
CMYK
RGB Variations
Color information
#7B6A72 (or 0x7B6A72) is known color: Scorpion. HEX triplet: 7B, 6A and 72. RGB value is (123,106,114). Sum of RGB (Red+Green+Blue) = 123+106+114=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6A72 is #84958D. Grayscale: #6F6F6F. Windows color (decimal): -8689038 or 7498363. OLE color: 7498363.
HSL color Cylindrical-coordinate representation of color #7B6A72: hue angle of 331.76º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7B6A72 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 106 | 114 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.52 |
| HSL | 331.76º | 0.07% | 0.45% | - |
| HSV(B) | 331.76º | 0.14% | 0.48% | - |
| XYZ | 16.36 | 15.73 | 18.09 | - |
| YUV | 112 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 106 | 114 | 0 | 0.14 | 0.07 | 0.52 | 331.76 | 0.07 | 0.45 |
| Hex | 7B | 6A | 72 | 0 | E | 7 | 34 | 14C | 7 | 2D |
| Octal | 173 | 152 | 162 | 0 | 16 | 7 | 64 | 514 | 7 | 55 |
| Binary | 1111011 | 1101010 | 1110010 | 0 | 1110 | 111 | 110100 | 101001100 | 111 | 101101 |
Color Harmonies of #7B6A72
Complementary color
Monochromatic Colors of #7B6A72
Black with #7B6A72
Text Example
Text Example
White with #7B6A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6A72; }
p { color: rgb(123,106,114); }
H1.HeaderClassName
{
color: #7B6A72;
}
.AnyTagClassName
{
color: #7B6A72;
}
</style>
background-color css
<style>
a { background-color: #7B6A72; }
a { background-color: rgb(123,106,114); }
div.DivClassName
{
background-color: #7B6A72;
}
.BgClassName
{
background-color: #7B6A72;
}
</style>
border-color css
<style>
span { border-color: #7B6A72; }
span { border-color: rgb(123,106,114); }
td.TdClassName
{
border-color: #7B6A72;
}
.TagClassName
{
border-color: #7B6A72;
}
</style>