Shades of Mid Grey #636E76
Tints of Mid Grey #636E76
RGB
CMYK
RGB Variations
Color information
#636E76 (or 0x636E76) is known color: Mid Grey. HEX triplet: 63, 6E and 76. RGB value is (99,110,118). Sum of RGB (Red+Green+Blue) = 99+110+118=327 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.28% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 118 - color contains mainly: blue. Hex color #636E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636E76 is #9C9189. Grayscale: #6B6B6B. Windows color (decimal): -10260874 or 7761507. OLE color: 7761507.
HSL color Cylindrical-coordinate representation of color #636E76: hue angle of 205.26º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #636E76 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 99 | 110 | 118 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.54 |
| HSL | 205.26º | 0.09% | 0.43% | - |
| HSV(B) | 205.26º | 0.16% | 0.46% | - |
| XYZ | 13.99 | 15.11 | 19.32 | - |
| YUV | 107.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 110 | 118 | 0.16 | 0.07 | 0 | 0.54 | 205.26 | 0.09 | 0.43 |
| Hex | 63 | 6E | 76 | 10 | 7 | 0 | 36 | CD | 9 | 2B |
| Octal | 143 | 156 | 166 | 20 | 7 | 0 | 66 | 315 | 11 | 53 |
| Binary | 1100011 | 1101110 | 1110110 | 10000 | 111 | 0 | 110110 | 11001101 | 1001 | 101011 |
Color Harmonies of #636E76
Complementary color
Monochromatic Colors of #636E76
Black with #636E76
Text Example
Text Example
White with #636E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636E76; }
p { color: rgb(99,110,118); }
H1.HeaderClassName
{
color: #636E76;
}
.AnyTagClassName
{
color: #636E76;
}
</style>
background-color css
<style>
a { background-color: #636E76; }
a { background-color: rgb(99,110,118); }
div.DivClassName
{
background-color: #636E76;
}
.BgClassName
{
background-color: #636E76;
}
</style>
border-color css
<style>
span { border-color: #636E76; }
span { border-color: rgb(99,110,118); }
td.TdClassName
{
border-color: #636E76;
}
.TagClassName
{
border-color: #636E76;
}
</style>