#737474

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

Shades of Nevada #737474

Tints of Nevada #737474

Color information

#737474 (or 0x737474) is unknown color: approx Nevada. HEX triplet: 73, 74 and 74. RGB value is (115,116,116). Sum of RGB (Red+Green+Blue) = 115+116+116=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #737474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737474 is #8C8B8B. Grayscale: #737373. Windows color (decimal): -9210764 or 7631987. OLE color: 7631987.

HSL color Cylindrical-coordinate representation of color #737474: 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 #737474 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB115116116-
CMYK0.01000.55
HSL180º0.43%45.29%-
HSV(B)180º0.86%45.49%-
XYZ16.4717.419.01-
YUV115.7128.17127.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.14%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 116 (45.70% 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
Decimal1151161160.01000.551800.4345.29
Hex73747410037b402d
Octal16316416410067264055
Binary111001111101001110100100110111101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737474; }

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

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

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

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

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

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

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

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