#657877

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

Shades of Nevada #657877

Tints of Nevada #657877

Color information

#657877 (or 0x657877) is unknown color: approx Nevada. HEX triplet: 65, 78 and 77. RGB value is (101,120,119). Sum of RGB (Red+Green+Blue) = 101+120+119=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 120 - color contains mainly: green. Hex color #657877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657877 is #9A8788. Grayscale: #727272. Windows color (decimal): -10127241 or 7829605. OLE color: 7829605.

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

Color convert

RGB101120119-
CMYK0.1600.010.53
HSL176.84º8.6%43.33%-
HSV(B)176.84º15.83%47.06%-
XYZ15.4117.5320.02-
YUV114.2130.71118.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.71%
GREEN value IS 120 (47.27% from 255) = 35.29%
BLUE value IS 119 (46.88% from 255) = 35%
R=29.71%
G=35.29%
B=35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1011201190.1600.010.53176.848.643.33
Hex657877100135b192b
Octal1451701672001652611153
Binary1100101111100011101111000001110101101100011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657877; }

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

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

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

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

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

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

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

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