#737676

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

Shades of Nevada #737676

Tints of Nevada #737676

Color information

#737676 (or 0x737676) is unknown color: approx Nevada. HEX triplet: 73, 76 and 76. RGB value is (115,118,118). Sum of RGB (Red+Green+Blue) = 115+118+118=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #737676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737676 is #8C8989. Grayscale: #757575. Windows color (decimal): -9210250 or 7763571. OLE color: 7763571.

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

Color convert

RGB115118118-
CMYK0.03000.54
HSL180º1.29%45.69%-
HSV(B)180º2.54%46.27%-
XYZ16.8217.9119.71-
YUV117.1128.51126.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.76%
GREEN value IS 118 (46.48% from 255) = 33.62%
BLUE value IS 118 (46.48% 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
Decimal1151181180.03000.541801.2945.69
Hex73767630036b412e
Octal16316616630066264156
Binary1110011111011011101101100110110101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737676; }

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

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

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

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

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

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

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

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