#707272

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

Shades of Nevada #707272

Tints of Nevada #707272

Color information

#707272 (or 0x707272) is unknown color: approx Nevada. HEX triplet: 70, 72 and 72. RGB value is (112,114,114). Sum of RGB (Red+Green+Blue) = 112+114+114=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #707272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707272 is #8F8D8D. Grayscale: #717171. Windows color (decimal): -9407886 or 7500400. OLE color: 7500400.

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

Color convert

RGB112114114-
CMYK0.02000.55
HSL180º0.88%44.31%-
HSV(B)180º1.75%44.71%-
XYZ15.7416.6918.31-
YUV113.4128.34127-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.94%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 114 (44.92% from 255) = 33.53%
R=32.94%
G=33.53%
B=33.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1121141140.02000.551800.8844.31
Hex70727220037b412c
Octal16016216220067264154
Binary1110000111001011100101000110111101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707272; }

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

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

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

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

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

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

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

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