#707171

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

Shades of Nevada #707171

Tints of Nevada #707171

Color information

#707171 (or 0x707171) is unknown color: approx Nevada. HEX triplet: 70, 71 and 71. RGB value is (112,113,113). Sum of RGB (Red+Green+Blue) = 112+113+113=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #707171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707171 is #8F8E8E. Grayscale: #707070. Windows color (decimal): -9408143 or 7434608. OLE color: 7434608.

HSL color Cylindrical-coordinate representation of color #707171: hue angle of 180º degrees, saturation: 0, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #707171 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB112113113-
CMYK0.01000.56
HSL180º0.44%44.12%-
HSV(B)180º0.88%44.31%-
XYZ15.5716.4517.98-
YUV112.7128.17127.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.14%
GREEN value IS 113 (44.53% from 255) = 33.43%
BLUE value IS 113 (44.53% from 255) = 33.43%
R=33.14%
G=33.43%
B=33.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121131130.01000.561800.4444.12
Hex70717110038b402c
Octal16016116110070264054
Binary111000011100011110001100111000101101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707171; }

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

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

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

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

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

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

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

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