#687677

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

Shades of Nevada #687677

Tints of Nevada #687677

Color information

#687677 (or 0x687677) is unknown color: approx Nevada. HEX triplet: 68, 76 and 77. RGB value is (104,118,119). Sum of RGB (Red+Green+Blue) = 104+118+119=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 119 - color contains mainly: blue. Hex color #687677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687677 is #978988. Grayscale: #717171. Windows color (decimal): -9931145 or 7829096. OLE color: 7829096.

HSL color Cylindrical-coordinate representation of color #687677: 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.13%. Process color model (Four color, CMYK) of #687677 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB104118119-
CMYK0.130.0100.53
HSL184º6.73%43.73%-
HSV(B)184º12.61%46.67%-
XYZ15.5217.2319.96-
YUV113.93130.86120.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.50%
GREEN value IS 118 (46.48% from 255) = 34.60%
BLUE value IS 119 (46.88% from 255) = 34.90%
R=30.50%
G=34.60%
B=34.90%

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
Decimal1041181190.130.0100.531846.7343.73
Hex687677D1035b872c
Octal150166167151065270754
Binary11010001110110111011111011011010110111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687677; }

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

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

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

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

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

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

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

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