Shades of Mid Grey #63717C
Tints of Mid Grey #63717C
RGB
CMYK
RGB Variations
Color information
#63717C (or 0x63717C) is known color: Mid Grey. HEX triplet: 63, 71 and 7C. RGB value is (99,113,124). Sum of RGB (Red+Green+Blue) = 99+113+124=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 124 - color contains mainly: blue. Hex color #63717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63717C is #9C8E83. Grayscale: #6E6E6E. Windows color (decimal): -10260100 or 8155491. OLE color: 8155491.
HSL color Cylindrical-coordinate representation of color #63717C: hue angle of 206.4º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #63717C is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 113 | 124 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.51 |
| HSL | 206.4º | 0.11% | 0.44% | - |
| HSV(B) | 206.4º | 0.2% | 0.49% | - |
| XYZ | 14.69 | 15.92 | 21.37 | - |
| YUV | 110.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 113 | 124 | 0.20 | 0.09 | 0 | 0.51 | 206.4 | 0.11 | 0.44 |
| Hex | 63 | 71 | 7C | 14 | 9 | 0 | 33 | CE | B | 2C |
| Octal | 143 | 161 | 174 | 24 | 11 | 0 | 63 | 316 | 13 | 54 |
| Binary | 1100011 | 1110001 | 1111100 | 10100 | 1001 | 0 | 110011 | 11001110 | 1011 | 101100 |
Color Harmonies of #63717C
Complementary color
Monochromatic Colors of #63717C
Black with #63717C
Text Example
Text Example
White with #63717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63717C; }
p { color: rgb(99,113,124); }
H1.HeaderClassName
{
color: #63717C;
}
.AnyTagClassName
{
color: #63717C;
}
</style>
background-color css
<style>
a { background-color: #63717C; }
a { background-color: rgb(99,113,124); }
div.DivClassName
{
background-color: #63717C;
}
.BgClassName
{
background-color: #63717C;
}
</style>
border-color css
<style>
span { border-color: #63717C; }
span { border-color: rgb(99,113,124); }
td.TdClassName
{
border-color: #63717C;
}
.TagClassName
{
border-color: #63717C;
}
</style>