#657776

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

Shades of Nevada #657776

Tints of Nevada #657776

Color information

#657776 (or 0x657776) is unknown color: approx Nevada. HEX triplet: 65, 77 and 76. RGB value is (101,119,118). Sum of RGB (Red+Green+Blue) = 101+119+118=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 119 - color contains mainly: green. Hex color #657776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657776 is #9A8889. Grayscale: #717171. Windows color (decimal): -10127498 or 7763813. OLE color: 7763813.

HSL color Cylindrical-coordinate representation of color #657776: hue angle of 176.67º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #657776 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB101119118-
CMYK0.1500.010.53
HSL176.67º8.18%43.14%-
HSV(B)176.67º15.13%46.67%-
XYZ15.2317.2719.67-
YUV113.5130.54119.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.88%
GREEN value IS 119 (46.88% from 255) = 35.21%
BLUE value IS 118 (46.48% from 255) = 34.91%
R=29.88%
G=35.21%
B=34.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1011191180.1500.010.53176.678.1843.14
Hex657776F0135b182b
Octal1451671661701652611053
Binary110010111101111110110111101110101101100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657776; }

 p { color: rgb(101,119,118); }

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

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

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

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

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

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

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