#717576

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

Shades of Pale Sky #717576

Tints of Pale Sky #717576

Color information

#717576 (or 0x717576) is unknown color: approx Pale Sky. HEX triplet: 71, 75 and 76. RGB value is (113,117,118). Sum of RGB (Red+Green+Blue) = 113+117+118=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 118 - color contains mainly: blue. Hex color #717576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717576 is #8E8A89. Grayscale: #737373. Windows color (decimal): -9341578 or 7763313. OLE color: 7763313.

HSL color Cylindrical-coordinate representation of color #717576: 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 #717576 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB113117118-
CMYK0.040.0100.54
HSL192º2.16%45.29%-
HSV(B)192º4.24%46.27%-
XYZ16.4417.5419.66-
YUV115.92129.17125.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.47%
GREEN value IS 117 (46.09% from 255) = 33.62%
BLUE value IS 118 (46.48% from 255) = 33.91%
R=32.47%
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
Decimal1131171180.040.0100.541922.1645.29
Hex71757641036c022d
Octal16116516641066300255
Binary111000111101011110110100101101101100000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717576; }

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

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

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

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

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

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

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

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