Html Css Color HEX #707475 Pale Sky

📋 copy color: '#707475'

red 112 ◦ green 116 ◦ blue 117

#707475
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Sky #707475

Tints of Pale Sky #707475

RGB

 RED value IS 112 (44.14% from 255) = 32.46%

 GREEN value IS 116 (45.7% 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 value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#707475 (or 0x707475) is known color: 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

RGB 112 116 117 -
CMYK 0.04 0.01 0 0.54
HSL 192º 0.02% 0.45% -
HSV(B) 192º 0.04% 0.46% -
XYZ 16.14 17.22 19.3 -
YUV 114.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 112 116 117 0.04 0.01 0 0.54 192 0.02 0.45
Hex 70 74 75 4 1 0 36 C0 2 2D
Octal 160 164 165 4 1 0 66 300 2 55
Binary 1110000 1110100 1110101 100 1 0 110110 11000000 10 101101

Color Harmonies of #707475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707475

Black with #707475

Text Example


Text Example

White with #707475

Text Example


Text Example

HTML Codes & Css Web 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>