Html Css Color HEX #717475 Pale Sky

📋 copy color: '#717475'

red 113 ◦ green 116 ◦ blue 117

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

Shades of Pale Sky #717475

Tints of Pale Sky #717475

RGB

 RED value IS 113 (44.53% from 255) = 32.66%

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

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

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

RGB 113 116 117 -
CMYK 0.03 0.01 0 0.54
HSL 195º 0.02% 0.45% -
HSV(B) 195º 0.03% 0.46% -
XYZ 16.27 17.29 19.31 -
YUV 115.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 113 116 117 0.03 0.01 0 0.54 195 0.02 0.45
Hex 71 74 75 3 1 0 36 C3 2 2D
Octal 161 164 165 3 1 0 66 303 2 55
Binary 1110001 1110100 1110101 11 1 0 110110 11000011 10 101101

Color Harmonies of #717475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717475

Black with #717475

Text Example


Text Example

White with #717475

Text Example


Text Example

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