Shades of Scorpion #72626A
Tints of Scorpion #72626A
RGB
CMYK
RGB Variations
Color information
#72626A (or 0x72626A) is known color: Scorpion. HEX triplet: 72, 62 and 6A. RGB value is (114,98,106). Sum of RGB (Red+Green+Blue) = 114+98+106=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 114 - color contains mainly: red. Hex color #72626A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72626A is #8D9D95. Grayscale: #676767. Windows color (decimal): -9280918 or 6972018. OLE color: 6972018.
HSL color Cylindrical-coordinate representation of color #72626A: hue angle of 330º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #72626A is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
RGB | 114 | 98 | 106 | - |
CMYK | 0 | 0.14 | 0.07 | 0.55 |
HSL | 330º | 0.08% | 0.42% | - |
HSV(B) | 330º | 0.14% | 0.45% | - |
XYZ | 13.91 | 13.35 | 15.48 | - |
YUV | 103.7 | 129.3 | 135.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 114 | 98 | 106 | 0 | 0.14 | 0.07 | 0.55 | 330 | 0.08 | 0.42 |
Hex | 72 | 62 | 6A | 0 | E | 7 | 37 | 14A | 8 | 2A |
Octal | 162 | 142 | 152 | 0 | 16 | 7 | 67 | 512 | 10 | 52 |
Binary | 1110010 | 1100010 | 1101010 | 0 | 1110 | 111 | 110111 | 101001010 | 1000 | 101010 |
Color Harmonies of #72626A
Complementary color
Monochromatic Colors of #72626A
Black with #72626A
Text Example
Text Example
White with #72626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72626A; }
p { color: rgb(114,98,106); }
H1.HeaderClassName
{
color: #72626A;
}
.AnyTagClassName
{
color: #72626A;
}
</style>
background-color css
<style>
a { background-color: #72626A; }
a { background-color: rgb(114,98,106); }
div.DivClassName
{
background-color: #72626A;
}
.BgClassName
{
background-color: #72626A;
}
</style>
border-color css
<style>
span { border-color: #72626A; }
span { border-color: rgb(114,98,106); }
td.TdClassName
{
border-color: #72626A;
}
.TagClassName
{
border-color: #72626A;
}
</style>