Shades of Smoky #625C76
Tints of Smoky #625C76
RGB
CMYK
RGB Variations
Color information
#625C76 (or 0x625C76) is known color: Smoky. HEX triplet: 62, 5C and 76. RGB value is (98,92,118). Sum of RGB (Red+Green+Blue) = 98+92+118=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 118 - color contains mainly: blue. Hex color #625C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625C76 is #9DA389. Grayscale: #606060. Windows color (decimal): -10331018 or 7756898. OLE color: 7756898.
HSL color Cylindrical-coordinate representation of color #625C76: hue angle of 253.85º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #625C76 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 98 | 92 | 118 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.54 |
| HSL | 253.85º | 0.12% | 0.41% | - |
| HSV(B) | 253.85º | 0.22% | 0.46% | - |
| XYZ | 12.13 | 11.56 | 18.73 | - |
| YUV | 96.76 | 139.99 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 118 | 0.17 | 0.22 | 0 | 0.54 | 253.85 | 0.12 | 0.41 |
| Hex | 62 | 5C | 76 | 11 | 16 | 0 | 36 | FE | C | 29 |
| Octal | 142 | 134 | 166 | 21 | 26 | 0 | 66 | 376 | 14 | 51 |
| Binary | 1100010 | 1011100 | 1110110 | 10001 | 10110 | 0 | 110110 | 11111110 | 1100 | 101001 |
Color Harmonies of #625C76
Complementary color
Monochromatic Colors of #625C76
Black with #625C76
Text Example
Text Example
White with #625C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625C76; }
p { color: rgb(98,92,118); }
H1.HeaderClassName
{
color: #625C76;
}
.AnyTagClassName
{
color: #625C76;
}
</style>
background-color css
<style>
a { background-color: #625C76; }
a { background-color: rgb(98,92,118); }
div.DivClassName
{
background-color: #625C76;
}
.BgClassName
{
background-color: #625C76;
}
</style>
border-color css
<style>
span { border-color: #625C76; }
span { border-color: rgb(98,92,118); }
td.TdClassName
{
border-color: #625C76;
}
.TagClassName
{
border-color: #625C76;
}
</style>