#737575

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

Shades of Nevada #737575

Tints of Nevada #737575

Color information

#737575 (or 0x737575) is unknown color: approx Nevada. HEX triplet: 73, 75 and 75. RGB value is (115,117,117). Sum of RGB (Red+Green+Blue) = 115+117+117=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #737575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737575 is #8C8A8A. Grayscale: #747474. Windows color (decimal): -9210507 or 7697779. OLE color: 7697779.

HSL color Cylindrical-coordinate representation of color #737575: 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.02%. Process color model (Four color, CMYK) of #737575 is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB115117117-
CMYK0.02000.54
HSL180º0.86%45.49%-
HSV(B)180º1.71%45.88%-
XYZ16.6417.6519.36-
YUV116.4128.34127-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.95%
GREEN value IS 117 (46.09% from 255) = 33.52%
BLUE value IS 117 (46.09% from 255) = 33.52%
R=32.95%
G=33.52%
B=33.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1151171170.02000.541800.8645.49
Hex73757520036b412d
Octal16316516520066264155
Binary1110011111010111101011000110110101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737575; }

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

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

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

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

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

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

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

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