#707373

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

Shades of Nevada #707373

Tints of Nevada #707373

Color information

#707373 (or 0x707373) is unknown color: approx Nevada. HEX triplet: 70, 73 and 73. RGB value is (112,115,115). Sum of RGB (Red+Green+Blue) = 112+115+115=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #707373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707373 is #8F8C8C. Grayscale: #727272. Windows color (decimal): -9407629 or 7566192. OLE color: 7566192.

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

Color convert

RGB112115115-
CMYK0.03000.55
HSL180º1.32%44.51%-
HSV(B)180º2.61%45.1%-
XYZ15.9116.9418.65-
YUV114.1128.51126.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.75%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 115 (45.31% from 255) = 33.63%
R=32.75%
G=33.63%
B=33.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1121151150.03000.551801.3244.51
Hex70737330037b412d
Octal16016316330067264155
Binary1110000111001111100111100110111101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707373; }

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

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

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

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

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

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

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

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