Html Css Color HEX #707576 Pale Sky

📋 copy color: '#707576'

red 112 ◦ green 117 ◦ blue 118

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

Shades of Pale Sky #707576

Tints of Pale Sky #707576

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.72%

 BLUE value IS 118 (46.48% from 255) = 34.01%

R = 32.28%
G = 33.72%
B = 34.01%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#707576 (or 0x707576) is known color: Pale Sky. HEX triplet: 70, 75 and 76. RGB value is (112,117,118). Sum of RGB (Red+Green+Blue) = 112+117+118=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 118 - color contains mainly: blue. Hex color #707576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707576 is #8F8A89. Grayscale: #737373. Windows color (decimal): -9407114 or 7763312. OLE color: 7763312.

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

Color convert

RGB 112 117 118 -
CMYK 0.05 0.01 0 0.54
HSL 190º 0.03% 0.45% -
HSV(B) 190º 0.05% 0.46% -
XYZ 16.31 17.48 19.65 -
YUV 115.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 112 117 118 0.05 0.01 0 0.54 190 0.03 0.45
Hex 70 75 76 5 1 0 36 BE 3 2D
Octal 160 165 166 5 1 0 66 276 3 55
Binary 1110000 1110101 1110110 101 1 0 110110 10111110 11 101101

Color Harmonies of #707576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707576

Black with #707576

Text Example


Text Example

White with #707576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707576; }

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

 H1.HeaderClassName
 {
   color: #707576;
 }
 .AnyTagClassName
 {
   color: #707576;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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