Shades of Scorpion #735F67
Tints of Scorpion #735F67
RGB
CMYK
RGB Variations
Color information
#735F67 (or 0x735F67) is known color: Scorpion. HEX triplet: 73, 5F and 67. RGB value is (115,95,103). Sum of RGB (Red+Green+Blue) = 115+95+103=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 115 - color contains mainly: red. Hex color #735F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735F67 is #8CA098. Grayscale: #656565. Windows color (decimal): -9216153 or 6774643. OLE color: 6774643.
HSL color Cylindrical-coordinate representation of color #735F67: hue angle of 336º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #735F67 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 95 | 103 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.55 |
| HSL | 336º | 0.1% | 0.41% | - |
| HSV(B) | 336º | 0.17% | 0.45% | - |
| XYZ | 13.61 | 12.81 | 14.59 | - |
| YUV | 101.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 103 | 0 | 0.17 | 0.10 | 0.55 | 336 | 0.1 | 0.41 |
| Hex | 73 | 5F | 67 | 0 | 11 | A | 37 | 150 | A | 29 |
| Octal | 163 | 137 | 147 | 0 | 21 | 12 | 67 | 520 | 12 | 51 |
| Binary | 1110011 | 1011111 | 1100111 | 0 | 10001 | 1010 | 110111 | 101010000 | 1010 | 101001 |
Color Harmonies of #735F67
Complementary color
Monochromatic Colors of #735F67
Black with #735F67
Text Example
Text Example
White with #735F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735F67; }
p { color: rgb(115,95,103); }
H1.HeaderClassName
{
color: #735F67;
}
.AnyTagClassName
{
color: #735F67;
}
</style>
background-color css
<style>
a { background-color: #735F67; }
a { background-color: rgb(115,95,103); }
div.DivClassName
{
background-color: #735F67;
}
.BgClassName
{
background-color: #735F67;
}
</style>
border-color css
<style>
span { border-color: #735F67; }
span { border-color: rgb(115,95,103); }
td.TdClassName
{
border-color: #735F67;
}
.TagClassName
{
border-color: #735F67;
}
</style>