#687777

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

Shades of Nevada #687777

Tints of Nevada #687777

Color information

#687777 (or 0x687777) is unknown color: approx Nevada. HEX triplet: 68, 77 and 77. RGB value is (104,119,119). Sum of RGB (Red+Green+Blue) = 104+119+119=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #687777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687777 is #978888. Grayscale: #727272. Windows color (decimal): -9930889 or 7829352. OLE color: 7829352.

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

Color convert

RGB104119119-
CMYK0.13000.53
HSL180º6.73%43.73%-
HSV(B)180º12.61%46.67%-
XYZ15.6417.4720-
YUV114.52130.53120.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.41%
GREEN value IS 119 (46.88% from 255) = 34.80%
BLUE value IS 119 (46.88% from 255) = 34.80%
R=30.41%
G=34.80%
B=34.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041191190.13000.531806.7343.73
Hex687777D0035b472c
Octal150167167150065264754
Binary11010001110111111011111010011010110110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687777; }

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

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

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

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

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

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

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

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