#707475

Color #707475 Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #707475

Tints of Pale Sky #707475

Color information

#707475 (or 0x707475) is unknown color: approx Pale Sky. HEX triplet: 70, 74 and 75. RGB value is (112,116,117). Sum of RGB (Red+Green+Blue) = 112+116+117=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 117 - color contains mainly: blue. Hex color #707475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707475 is #8F8B8A. Grayscale: #727272. Windows color (decimal): -9407371 or 7697520. OLE color: 7697520.

HSL color Cylindrical-coordinate representation of color #707475: hue angle of 192º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #707475 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB112116117-
CMYK0.040.0100.54
HSL192º2.18%44.9%-
HSV(B)192º4.27%45.88%-
XYZ16.1417.2219.3-
YUV114.92129.17125.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 32.46%
GREEN value IS 116 (45.70% from 255) = 33.62%
BLUE value IS 117 (46.09% from 255) = 33.91%
R=32.46%
G=33.62%
B=33.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121161170.040.0100.541922.1844.9
Hex70747541036c022d
Octal16016416541066300255
Binary111000011101001110101100101101101100000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707475; }

 p { color: rgb(112,116,117); }

 H1.HeaderClassName
 {
   color: #707475;
 }
 .AnyTagClassName
 {
   color: #707475;
 }
</style>
background-color css

<style>
 a { background-color: #707475; }

 a { background-color: rgb(112,116,117); }

 div.DivClassName
 {
   background-color: #707475;
 }
 .BgClassName
 {
   background-color: #707475;
 }
</style>
border-color css

<style>
 span { border-color: #707475; }

 span { border-color: rgb(112,116,117); }

 td.TdClassName
 {
   border-color: #707475;
 }
 .TagClassName
 {
   border-color: #707475;
 }
</style>