Shades of Smoky #625D72
Tints of Smoky #625D72
RGB
CMYK
RGB Variations
Color information
#625D72 (or 0x625D72) is known color: Smoky. HEX triplet: 62, 5D and 72. RGB value is (98,93,114). Sum of RGB (Red+Green+Blue) = 98+93+114=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 114 - color contains mainly: blue. Hex color #625D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625D72 is #9DA28D. Grayscale: #606060. Windows color (decimal): -10330766 or 7495010. OLE color: 7495010.
HSL color Cylindrical-coordinate representation of color #625D72: hue angle of 254.29º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #625D72 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 93 | 114 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.55 |
| HSL | 254.29º | 0.1% | 0.41% | - |
| HSV(B) | 254.29º | 0.18% | 0.45% | - |
| XYZ | 11.99 | 11.64 | 17.53 | - |
| YUV | 96.89 | 137.66 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 93 | 114 | 0.14 | 0.18 | 0 | 0.55 | 254.29 | 0.1 | 0.41 |
| Hex | 62 | 5D | 72 | E | 12 | 0 | 37 | FE | A | 29 |
| Octal | 142 | 135 | 162 | 16 | 22 | 0 | 67 | 376 | 12 | 51 |
| Binary | 1100010 | 1011101 | 1110010 | 1110 | 10010 | 0 | 110111 | 11111110 | 1010 | 101001 |
Color Harmonies of #625D72
Complementary color
Monochromatic Colors of #625D72
Black with #625D72
Text Example
Text Example
White with #625D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625D72; }
p { color: rgb(98,93,114); }
H1.HeaderClassName
{
color: #625D72;
}
.AnyTagClassName
{
color: #625D72;
}
</style>
background-color css
<style>
a { background-color: #625D72; }
a { background-color: rgb(98,93,114); }
div.DivClassName
{
background-color: #625D72;
}
.BgClassName
{
background-color: #625D72;
}
</style>
border-color css
<style>
span { border-color: #625D72; }
span { border-color: rgb(98,93,114); }
td.TdClassName
{
border-color: #625D72;
}
.TagClassName
{
border-color: #625D72;
}
</style>