Shades of Mid Grey #63707A
Tints of Mid Grey #63707A
RGB
CMYK
RGB Variations
Color information
#63707A (or 0x63707A) is known color: Mid Grey. HEX triplet: 63, 70 and 7A. RGB value is (99,112,122). Sum of RGB (Red+Green+Blue) = 99+112+122=333 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.73% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 122 - color contains mainly: blue. Hex color #63707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63707A is #9C8F85. Grayscale: #6D6D6D. Windows color (decimal): -10260358 or 8024163. OLE color: 8024163.
HSL color Cylindrical-coordinate representation of color #63707A: hue angle of 206.09º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #63707A is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 112 | 122 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.52 |
| HSL | 206.09º | 0.1% | 0.43% | - |
| HSV(B) | 206.09º | 0.19% | 0.48% | - |
| XYZ | 14.45 | 15.65 | 20.67 | - |
| YUV | 109.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 112 | 122 | 0.19 | 0.08 | 0 | 0.52 | 206.09 | 0.1 | 0.43 |
| Hex | 63 | 70 | 7A | 13 | 8 | 0 | 34 | CE | A | 2B |
| Octal | 143 | 160 | 172 | 23 | 10 | 0 | 64 | 316 | 12 | 53 |
| Binary | 1100011 | 1110000 | 1111010 | 10011 | 1000 | 0 | 110100 | 11001110 | 1010 | 101011 |
Color Harmonies of #63707A
Complementary color
Monochromatic Colors of #63707A
Black with #63707A
Text Example
Text Example
White with #63707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63707A; }
p { color: rgb(99,112,122); }
H1.HeaderClassName
{
color: #63707A;
}
.AnyTagClassName
{
color: #63707A;
}
</style>
background-color css
<style>
a { background-color: #63707A; }
a { background-color: rgb(99,112,122); }
div.DivClassName
{
background-color: #63707A;
}
.BgClassName
{
background-color: #63707A;
}
</style>
border-color css
<style>
span { border-color: #63707A; }
span { border-color: rgb(99,112,122); }
td.TdClassName
{
border-color: #63707A;
}
.TagClassName
{
border-color: #63707A;
}
</style>