Shades of Smoky #625A77
Tints of Smoky #625A77
RGB
CMYK
RGB Variations
Color information
#625A77 (or 0x625A77) is known color: Smoky. HEX triplet: 62, 5A and 77. RGB value is (98,90,119). Sum of RGB (Red+Green+Blue) = 98+90+119=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 119 - color contains mainly: blue. Hex color #625A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625A77 is #9DA588. Grayscale: #5F5F5F. Windows color (decimal): -10331529 or 7821922. OLE color: 7821922.
HSL color Cylindrical-coordinate representation of color #625A77: hue angle of 256.55º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #625A77 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 90 | 119 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.53 |
| HSL | 256.55º | 0.14% | 0.41% | - |
| HSV(B) | 256.55º | 0.24% | 0.47% | - |
| XYZ | 12.02 | 11.24 | 18.99 | - |
| YUV | 95.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 119 | 0.18 | 0.24 | 0 | 0.53 | 256.55 | 0.14 | 0.41 |
| Hex | 62 | 5A | 77 | 12 | 18 | 0 | 35 | 101 | E | 29 |
| Octal | 142 | 132 | 167 | 22 | 30 | 0 | 65 | 401 | 16 | 51 |
| Binary | 1100010 | 1011010 | 1110111 | 10010 | 11000 | 0 | 110101 | 100000001 | 1110 | 101001 |
Color Harmonies of #625A77
Complementary color
Monochromatic Colors of #625A77
Black with #625A77
Text Example
Text Example
White with #625A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625A77; }
p { color: rgb(98,90,119); }
H1.HeaderClassName
{
color: #625A77;
}
.AnyTagClassName
{
color: #625A77;
}
</style>
background-color css
<style>
a { background-color: #625A77; }
a { background-color: rgb(98,90,119); }
div.DivClassName
{
background-color: #625A77;
}
.BgClassName
{
background-color: #625A77;
}
</style>
border-color css
<style>
span { border-color: #625A77; }
span { border-color: rgb(98,90,119); }
td.TdClassName
{
border-color: #625A77;
}
.TagClassName
{
border-color: #625A77;
}
</style>