#727575

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

Shades of Nevada #727575

Tints of Nevada #727575

Color information

#727575 (or 0x727575) is unknown color: approx Nevada. HEX triplet: 72, 75 and 75. RGB value is (114,117,117). Sum of RGB (Red+Green+Blue) = 114+117+117=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #727575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727575 is #8D8A8A. Grayscale: #747474. Windows color (decimal): -9276043 or 7697778. OLE color: 7697778.

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

Color convert

RGB114117117-
CMYK0.03000.54
HSL180º1.3%45.29%-
HSV(B)180º2.56%45.88%-
XYZ16.5117.5819.35-
YUV116.1128.51126.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.76%
GREEN value IS 117 (46.09% from 255) = 33.62%
BLUE value IS 117 (46.09% from 255) = 33.62%
R=32.76%
G=33.62%
B=33.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1141171170.03000.541801.345.29
Hex72757530036b412d
Octal16216516530066264155
Binary1110010111010111101011100110110101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727575; }

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

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

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

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

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

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

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

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