Html Css Color HEX #707171 Nevada

📋 copy color: '#707171'

red 112 ◦ green 113 ◦ blue 113

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

Shades of Nevada #707171

Tints of Nevada #707171

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 value IS 0.01

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

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

RGB 112 113 113 -
CMYK 0.01 0 0 0.56
HSL 180º 0% 0.44% -
HSV(B) 180º 0.01% 0.44% -
XYZ 15.57 16.45 17.98 -
YUV 112.7 128.17 127.5 -
System Red Green Blue C M Y K H S L
Decimal 112 113 113 0.01 0 0 0.56 180 0 0.44
Hex 70 71 71 1 0 0 38 B4 0 2C
Octal 160 161 161 1 0 0 70 264 0 54
Binary 1110000 1110001 1110001 1 0 0 111000 10110100 0 101100

Color Harmonies of #707171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707171

Black with #707171

Text Example


Text Example

White with #707171

Text Example


Text Example

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