Shades of Scorpion #7B5F67
Tints of Scorpion #7B5F67
RGB
CMYK
RGB Variations
Color information
#7B5F67 (or 0x7B5F67) is known color: Scorpion. HEX triplet: 7B, 5F and 67. RGB value is (123,95,103). Sum of RGB (Red+Green+Blue) = 123+95+103=321 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.32% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 103 (40.62% from 255 or 32.09% from 321); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5F67 is #84A098. Grayscale: #686868. Windows color (decimal): -8691865 or 6774651. OLE color: 6774651.
HSL color Cylindrical-coordinate representation of color #7B5F67: hue angle of 342.86º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7B5F67 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 95 | 103 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.52 |
| HSL | 342.86º | 0.13% | 0.43% | - |
| HSV(B) | 342.86º | 0.23% | 0.48% | - |
| XYZ | 14.71 | 13.37 | 14.64 | - |
| YUV | 104.28 | 127.28 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 95 | 103 | 0 | 0.23 | 0.16 | 0.52 | 342.86 | 0.13 | 0.43 |
| Hex | 7B | 5F | 67 | 0 | 17 | 10 | 34 | 157 | D | 2B |
| Octal | 173 | 137 | 147 | 0 | 27 | 20 | 64 | 527 | 15 | 53 |
| Binary | 1111011 | 1011111 | 1100111 | 0 | 10111 | 10000 | 110100 | 101010111 | 1101 | 101011 |
Color Harmonies of #7B5F67
Complementary color
Monochromatic Colors of #7B5F67
Black with #7B5F67
Text Example
Text Example
White with #7B5F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5F67; }
p { color: rgb(123,95,103); }
H1.HeaderClassName
{
color: #7B5F67;
}
.AnyTagClassName
{
color: #7B5F67;
}
</style>
background-color css
<style>
a { background-color: #7B5F67; }
a { background-color: rgb(123,95,103); }
div.DivClassName
{
background-color: #7B5F67;
}
.BgClassName
{
background-color: #7B5F67;
}
</style>
border-color css
<style>
span { border-color: #7B5F67; }
span { border-color: rgb(123,95,103); }
td.TdClassName
{
border-color: #7B5F67;
}
.TagClassName
{
border-color: #7B5F67;
}
</style>