Shades of Scorpion #7B5F65
Tints of Scorpion #7B5F65
RGB
CMYK
RGB Variations
Color information
#7B5F65 (or 0x7B5F65) is known color: Scorpion. HEX triplet: 7B, 5F and 65. RGB value is (123,95,101). Sum of RGB (Red+Green+Blue) = 123+95+101=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5F65 is #84A09A. Grayscale: #686868. Windows color (decimal): -8691867 or 6643579. OLE color: 6643579.
HSL color Cylindrical-coordinate representation of color #7B5F65: hue angle of 347.14º 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 #7B5F65 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 95 | 101 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.52 |
| HSL | 347.14º | 0.13% | 0.43% | - |
| HSV(B) | 347.14º | 0.23% | 0.48% | - |
| XYZ | 14.61 | 13.33 | 14.12 | - |
| YUV | 104.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 95 | 101 | 0 | 0.23 | 0.18 | 0.52 | 347.14 | 0.13 | 0.43 |
| Hex | 7B | 5F | 65 | 0 | 17 | 12 | 34 | 15B | D | 2B |
| Octal | 173 | 137 | 145 | 0 | 27 | 22 | 64 | 533 | 15 | 53 |
| Binary | 1111011 | 1011111 | 1100101 | 0 | 10111 | 10010 | 110100 | 101011011 | 1101 | 101011 |
Color Harmonies of #7B5F65
Complementary color
Monochromatic Colors of #7B5F65
Black with #7B5F65
Text Example
Text Example
White with #7B5F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5F65; }
p { color: rgb(123,95,101); }
H1.HeaderClassName
{
color: #7B5F65;
}
.AnyTagClassName
{
color: #7B5F65;
}
</style>
background-color css
<style>
a { background-color: #7B5F65; }
a { background-color: rgb(123,95,101); }
div.DivClassName
{
background-color: #7B5F65;
}
.BgClassName
{
background-color: #7B5F65;
}
</style>
border-color css
<style>
span { border-color: #7B5F65; }
span { border-color: rgb(123,95,101); }
td.TdClassName
{
border-color: #7B5F65;
}
.TagClassName
{
border-color: #7B5F65;
}
</style>