#707575

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

Shades of Nevada #707575

Tints of Nevada #707575

Color information

#707575 (or 0x707575) is unknown color: approx Nevada. HEX triplet: 70, 75 and 75. RGB value is (112,117,117). Sum of RGB (Red+Green+Blue) = 112+117+117=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #707575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707575 is #8F8A8A. Grayscale: #737373. Windows color (decimal): -9407115 or 7697776. OLE color: 7697776.

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

Color convert

RGB112117117-
CMYK0.04000.54
HSL180º2.18%44.9%-
HSV(B)180º4.27%45.88%-
XYZ16.2517.4519.34-
YUV115.5128.84125.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.37%
GREEN value IS 117 (46.09% from 255) = 33.82%
BLUE value IS 117 (46.09% from 255) = 33.82%
R=32.37%
G=33.82%
B=33.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121171170.04000.541802.1844.9
Hex70757540036b422d
Octal16016516540066264255
Binary111000011101011110101100001101101011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707575; }

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

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

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

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

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

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

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

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