Shades of Mid Grey #626C76
Tints of Mid Grey #626C76
RGB
CMYK
RGB Variations
Color information
#626C76 (or 0x626C76) is known color: Mid Grey. HEX triplet: 62, 6C and 76. RGB value is (98,108,118). Sum of RGB (Red+Green+Blue) = 98+108+118=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 118 - color contains mainly: blue. Hex color #626C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626C76 is #9D9389. Grayscale: #6A6A6A. Windows color (decimal): -10326922 or 7760994. OLE color: 7760994.
HSL color Cylindrical-coordinate representation of color #626C76: hue angle of 210º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #626C76 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 98 | 108 | 118 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.54 |
| HSL | 210º | 0.09% | 0.42% | - |
| HSV(B) | 210º | 0.17% | 0.46% | - |
| XYZ | 13.67 | 14.63 | 19.24 | - |
| YUV | 106.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 118 | 0.17 | 0.08 | 0 | 0.54 | 210 | 0.09 | 0.42 |
| Hex | 62 | 6C | 76 | 11 | 8 | 0 | 36 | D2 | 9 | 2A |
| Octal | 142 | 154 | 166 | 21 | 10 | 0 | 66 | 322 | 11 | 52 |
| Binary | 1100010 | 1101100 | 1110110 | 10001 | 1000 | 0 | 110110 | 11010010 | 1001 | 101010 |
Color Harmonies of #626C76
Complementary color
Monochromatic Colors of #626C76
Black with #626C76
Text Example
Text Example
White with #626C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626C76; }
p { color: rgb(98,108,118); }
H1.HeaderClassName
{
color: #626C76;
}
.AnyTagClassName
{
color: #626C76;
}
</style>
background-color css
<style>
a { background-color: #626C76; }
a { background-color: rgb(98,108,118); }
div.DivClassName
{
background-color: #626C76;
}
.BgClassName
{
background-color: #626C76;
}
</style>
border-color css
<style>
span { border-color: #626C76; }
span { border-color: rgb(98,108,118); }
td.TdClassName
{
border-color: #626C76;
}
.TagClassName
{
border-color: #626C76;
}
</style>