Shades of Pale Sky #707374
Tints of Pale Sky #707374
RGB
CMYK
RGB Variations
Color information
#707374 (or 0x707374) is known color: Pale Sky. HEX triplet: 70, 73 and 74. RGB value is (112,115,116). Sum of RGB (Red+Green+Blue) = 112+115+116=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 116 - color contains mainly: blue. Hex color #707374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707374 is #8F8C8B. Grayscale: #727272. Windows color (decimal): -9407628 or 7631728. OLE color: 7631728.
HSL color Cylindrical-coordinate representation of color #707374: hue angle of 195º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #707374 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 115 | 116 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.55 |
| HSL | 195º | 0.02% | 0.45% | - |
| HSV(B) | 195º | 0.03% | 0.45% | - |
| XYZ | 15.97 | 16.97 | 18.96 | - |
| YUV | 114.22 | 129.01 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 115 | 116 | 0.03 | 0.01 | 0 | 0.55 | 195 | 0.02 | 0.45 |
| Hex | 70 | 73 | 74 | 3 | 1 | 0 | 37 | C3 | 2 | 2D |
| Octal | 160 | 163 | 164 | 3 | 1 | 0 | 67 | 303 | 2 | 55 |
| Binary | 1110000 | 1110011 | 1110100 | 11 | 1 | 0 | 110111 | 11000011 | 10 | 101101 |
Color Harmonies of #707374
Complementary color
Monochromatic Colors of #707374
Black with #707374
Text Example
Text Example
White with #707374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707374; }
p { color: rgb(112,115,116); }
H1.HeaderClassName
{
color: #707374;
}
.AnyTagClassName
{
color: #707374;
}
</style>
background-color css
<style>
a { background-color: #707374; }
a { background-color: rgb(112,115,116); }
div.DivClassName
{
background-color: #707374;
}
.BgClassName
{
background-color: #707374;
}
</style>
border-color css
<style>
span { border-color: #707374; }
span { border-color: rgb(112,115,116); }
td.TdClassName
{
border-color: #707374;
}
.TagClassName
{
border-color: #707374;
}
</style>