#717272

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

Shades of Nevada #717272

Tints of Nevada #717272

Color information

#717272 (or 0x717272) is unknown color: approx Nevada. HEX triplet: 71, 72 and 72. RGB value is (113,114,114). Sum of RGB (Red+Green+Blue) = 113+114+114=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #717272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717272 is #8E8D8D. Grayscale: #717171. Windows color (decimal): -9342350 or 7500401. OLE color: 7500401.

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

Color convert

RGB113114114-
CMYK0.01000.55
HSL180º0.44%44.51%-
HSV(B)180º0.88%44.71%-
XYZ15.8616.7618.32-
YUV113.7128.17127.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.14%
GREEN value IS 114 (44.92% from 255) = 33.43%
BLUE value IS 114 (44.92% 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.55
SystemRedGreenBlueCMYKHSL
Decimal1131141140.01000.551800.4444.51
Hex71727210037b402d
Octal16116216210067264055
Binary111000111100101110010100110111101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717272; }

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

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

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

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

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

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

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

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