#717475

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

Shades of Pale Sky #717475

Tints of Pale Sky #717475

Color information

#717475 (or 0x717475) is unknown color: approx Pale Sky. HEX triplet: 71, 74 and 75. RGB value is (113,116,117). Sum of RGB (Red+Green+Blue) = 113+116+117=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 117 - color contains mainly: blue. Hex color #717475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717475 is #8E8B8A. Grayscale: #737373. Windows color (decimal): -9341835 or 7697521. OLE color: 7697521.

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

Color convert

RGB113116117-
CMYK0.030.0100.54
HSL195º1.74%45.1%-
HSV(B)195º3.42%45.88%-
XYZ16.2717.2919.31-
YUV115.22129.01126.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.66%
GREEN value IS 116 (45.70% from 255) = 33.53%
BLUE value IS 117 (46.09% from 255) = 33.82%
R=32.66%
G=33.53%
B=33.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1131161170.030.0100.541951.7445.1
Hex71747531036c322d
Octal16116416531066303255
Binary11100011110100111010111101101101100001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717475; }

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

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

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

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

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

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

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

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