Shades of Smoky #625A76
Tints of Smoky #625A76
RGB
CMYK
RGB Variations
Color information
#625A76 (or 0x625A76) is known color: Smoky. HEX triplet: 62, 5A and 76. RGB value is (98,90,118). Sum of RGB (Red+Green+Blue) = 98+90+118=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 118 - color contains mainly: blue. Hex color #625A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625A76 is #9DA589. Grayscale: #5F5F5F. Windows color (decimal): -10331530 or 7756386. OLE color: 7756386.
HSL color Cylindrical-coordinate representation of color #625A76: hue angle of 257.14º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #625A76 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 98 | 90 | 118 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.54 |
| HSL | 257.14º | 0.13% | 0.41% | - |
| HSV(B) | 257.14º | 0.24% | 0.46% | - |
| XYZ | 11.96 | 11.22 | 18.67 | - |
| YUV | 95.58 | 140.65 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 118 | 0.17 | 0.24 | 0 | 0.54 | 257.14 | 0.13 | 0.41 |
| Hex | 62 | 5A | 76 | 11 | 18 | 0 | 36 | 101 | D | 29 |
| Octal | 142 | 132 | 166 | 21 | 30 | 0 | 66 | 401 | 15 | 51 |
| Binary | 1100010 | 1011010 | 1110110 | 10001 | 11000 | 0 | 110110 | 100000001 | 1101 | 101001 |
Color Harmonies of #625A76
Complementary color
Monochromatic Colors of #625A76
Black with #625A76
Text Example
Text Example
White with #625A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625A76; }
p { color: rgb(98,90,118); }
H1.HeaderClassName
{
color: #625A76;
}
.AnyTagClassName
{
color: #625A76;
}
</style>
background-color css
<style>
a { background-color: #625A76; }
a { background-color: rgb(98,90,118); }
div.DivClassName
{
background-color: #625A76;
}
.BgClassName
{
background-color: #625A76;
}
</style>
border-color css
<style>
span { border-color: #625A76; }
span { border-color: rgb(98,90,118); }
td.TdClassName
{
border-color: #625A76;
}
.TagClassName
{
border-color: #625A76;
}
</style>