#697778

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

Shades of Nevada #697778

Tints of Nevada #697778

Color information

#697778 (or 0x697778) is unknown color: approx Nevada. HEX triplet: 69, 77 and 78. RGB value is (105,119,120). Sum of RGB (Red+Green+Blue) = 105+119+120=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 120 - color contains mainly: blue. Hex color #697778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697778 is #968887. Grayscale: #727272. Windows color (decimal): -9865352 or 7894889. OLE color: 7894889.

HSL color Cylindrical-coordinate representation of color #697778: hue angle of 184º degrees, saturation: 0.07, 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 #697778 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB105119120-
CMYK0.130.0100.53
HSL184º6.67%44.12%-
HSV(B)184º12.5%47.06%-
XYZ15.8117.5520.32-
YUV114.93130.86120.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.52%
GREEN value IS 119 (46.88% from 255) = 34.59%
BLUE value IS 120 (47.27% from 255) = 34.88%
R=30.52%
G=34.59%
B=34.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051191200.130.0100.531846.6744.12
Hex697778D1035b872c
Octal151167170151065270754
Binary11010011110111111100011011011010110111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697778; }

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

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

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

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

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

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

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

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