Shades of Scorpion #725C67
Tints of Scorpion #725C67
RGB
CMYK
RGB Variations
Color information
#725C67 (or 0x725C67) is known color: Scorpion. HEX triplet: 72, 5C and 67. RGB value is (114,92,103). Sum of RGB (Red+Green+Blue) = 114+92+103=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 114 - color contains mainly: red. Hex color #725C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725C67 is #8DA398. Grayscale: #636363. Windows color (decimal): -9282457 or 6773874. OLE color: 6773874.
HSL color Cylindrical-coordinate representation of color #725C67: hue angle of 330º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #725C67 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 92 | 103 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.55 |
| HSL | 330º | 0.11% | 0.4% | - |
| HSV(B) | 330º | 0.19% | 0.45% | - |
| XYZ | 13.21 | 12.21 | 14.49 | - |
| YUV | 99.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 103 | 0 | 0.19 | 0.10 | 0.55 | 330 | 0.11 | 0.4 |
| Hex | 72 | 5C | 67 | 0 | 13 | A | 37 | 14A | B | 28 |
| Octal | 162 | 134 | 147 | 0 | 23 | 12 | 67 | 512 | 13 | 50 |
| Binary | 1110010 | 1011100 | 1100111 | 0 | 10011 | 1010 | 110111 | 101001010 | 1011 | 101000 |
Color Harmonies of #725C67
Complementary color
Monochromatic Colors of #725C67
Black with #725C67
Text Example
Text Example
White with #725C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C67; }
p { color: rgb(114,92,103); }
H1.HeaderClassName
{
color: #725C67;
}
.AnyTagClassName
{
color: #725C67;
}
</style>
background-color css
<style>
a { background-color: #725C67; }
a { background-color: rgb(114,92,103); }
div.DivClassName
{
background-color: #725C67;
}
.BgClassName
{
background-color: #725C67;
}
</style>
border-color css
<style>
span { border-color: #725C67; }
span { border-color: rgb(114,92,103); }
td.TdClassName
{
border-color: #725C67;
}
.TagClassName
{
border-color: #725C67;
}
</style>