#697777

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

Shades of Nevada #697777

Tints of Nevada #697777

Color information

#697777 (or 0x697777) is unknown color: approx Nevada. HEX triplet: 69, 77 and 77. RGB value is (105,119,119). Sum of RGB (Red+Green+Blue) = 105+119+119=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #697777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697777 is #968888. Grayscale: #727272. Windows color (decimal): -9865353 or 7829353. OLE color: 7829353.

HSL color Cylindrical-coordinate representation of color #697777: hue angle of 180º 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 #697777 is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB105119119-
CMYK0.12000.53
HSL180º6.25%43.92%-
HSV(B)180º11.76%46.67%-
XYZ15.7517.5320.01-
YUV114.81130.36121-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.61%
GREEN value IS 119 (46.88% from 255) = 34.69%
BLUE value IS 119 (46.88% from 255) = 34.69%
R=30.61%
G=34.69%
B=34.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051191190.12000.531806.2543.92
Hex697777C0035b462c
Octal151167167140065264654
Binary11010011110111111011111000011010110110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697777; }

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

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

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

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

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

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

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

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