Shades of Scorpion #72646B
Tints of Scorpion #72646B
RGB
CMYK
RGB Variations
Color information
#72646B (or 0x72646B) is known color: Scorpion. HEX triplet: 72, 64 and 6B. RGB value is (114,100,107). Sum of RGB (Red+Green+Blue) = 114+100+107=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 114 - color contains mainly: red. Hex color #72646B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72646B is #8D9B94. Grayscale: #686868. Windows color (decimal): -9280405 or 7038066. OLE color: 7038066.
HSL color Cylindrical-coordinate representation of color #72646B: hue angle of 330º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #72646B is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 100 | 107 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.55 |
| HSL | 330º | 0.07% | 0.42% | - |
| HSV(B) | 330º | 0.12% | 0.45% | - |
| XYZ | 14.15 | 13.75 | 15.82 | - |
| YUV | 104.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 100 | 107 | 0 | 0.12 | 0.06 | 0.55 | 330 | 0.07 | 0.42 |
| Hex | 72 | 64 | 6B | 0 | C | 6 | 37 | 14A | 7 | 2A |
| Octal | 162 | 144 | 153 | 0 | 14 | 6 | 67 | 512 | 7 | 52 |
| Binary | 1110010 | 1100100 | 1101011 | 0 | 1100 | 110 | 110111 | 101001010 | 111 | 101010 |
Color Harmonies of #72646B
Complementary color
Monochromatic Colors of #72646B
Black with #72646B
Text Example
Text Example
White with #72646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72646B; }
p { color: rgb(114,100,107); }
H1.HeaderClassName
{
color: #72646B;
}
.AnyTagClassName
{
color: #72646B;
}
</style>
background-color css
<style>
a { background-color: #72646B; }
a { background-color: rgb(114,100,107); }
div.DivClassName
{
background-color: #72646B;
}
.BgClassName
{
background-color: #72646B;
}
</style>
border-color css
<style>
span { border-color: #72646B; }
span { border-color: rgb(114,100,107); }
td.TdClassName
{
border-color: #72646B;
}
.TagClassName
{
border-color: #72646B;
}
</style>