#697677

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

Shades of Nevada #697677

Tints of Nevada #697677

Color information

#697677 (or 0x697677) is unknown color: approx Nevada. HEX triplet: 69, 76 and 77. RGB value is (105,118,119). Sum of RGB (Red+Green+Blue) = 105+118+119=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 119 - color contains mainly: blue. Hex color #697677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697677 is #968988. Grayscale: #727272. Windows color (decimal): -9865609 or 7829097. OLE color: 7829097.

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

Color convert

RGB105118119-
CMYK0.120.0100.53
HSL184.29º6.25%43.92%-
HSV(B)184.29º11.76%46.67%-
XYZ15.6317.2919.97-
YUV114.23130.69121.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.70%
GREEN value IS 118 (46.48% from 255) = 34.50%
BLUE value IS 119 (46.88% from 255) = 34.80%
R=30.70%
G=34.50%
B=34.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051181190.120.0100.53184.296.2543.92
Hex697677C1035b862c
Octal151166167141065270654
Binary11010011110110111011111001011010110111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697677; }

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

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

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

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

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

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

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

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