Shades of Scorpion #735F69
Tints of Scorpion #735F69
RGB
CMYK
RGB Variations
Color information
#735F69 (or 0x735F69) is known color: Scorpion. HEX triplet: 73, 5F and 69. RGB value is (115,95,105). Sum of RGB (Red+Green+Blue) = 115+95+105=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 115 - color contains mainly: red. Hex color #735F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735F69 is #8CA096. Grayscale: #666666. Windows color (decimal): -9216151 or 6905715. OLE color: 6905715.
HSL color Cylindrical-coordinate representation of color #735F69: hue angle of 330º 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 #735F69 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 95 | 105 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.55 |
| HSL | 330º | 0.1% | 0.41% | - |
| HSV(B) | 330º | 0.17% | 0.45% | - |
| XYZ | 13.71 | 12.85 | 15.12 | - |
| YUV | 102.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 105 | 0 | 0.17 | 0.09 | 0.55 | 330 | 0.1 | 0.41 |
| Hex | 73 | 5F | 69 | 0 | 11 | 9 | 37 | 14A | A | 29 |
| Octal | 163 | 137 | 151 | 0 | 21 | 11 | 67 | 512 | 12 | 51 |
| Binary | 1110011 | 1011111 | 1101001 | 0 | 10001 | 1001 | 110111 | 101001010 | 1010 | 101001 |
Color Harmonies of #735F69
Complementary color
Monochromatic Colors of #735F69
Black with #735F69
Text Example
Text Example
White with #735F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735F69; }
p { color: rgb(115,95,105); }
H1.HeaderClassName
{
color: #735F69;
}
.AnyTagClassName
{
color: #735F69;
}
</style>
background-color css
<style>
a { background-color: #735F69; }
a { background-color: rgb(115,95,105); }
div.DivClassName
{
background-color: #735F69;
}
.BgClassName
{
background-color: #735F69;
}
</style>
border-color css
<style>
span { border-color: #735F69; }
span { border-color: rgb(115,95,105); }
td.TdClassName
{
border-color: #735F69;
}
.TagClassName
{
border-color: #735F69;
}
</style>