#687A7A

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

Shades of Nevada #687A7A

Tints of Nevada #687A7A

Color information

#687A7A (or 0x687A7A) is unknown color: approx Nevada. HEX triplet: 68, 7A and 7A. RGB value is (104,122,122). Sum of RGB (Red+Green+Blue) = 104+122+122=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 122 - color contains mainly: green, blue. Hex color #687A7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687A7A is #978585. Grayscale: #747474. Windows color (decimal): -9930118 or 8026728. OLE color: 8026728.

HSL color Cylindrical-coordinate representation of color #687A7A: hue angle of 180º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #687A7A is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB104122122-
CMYK0.15000.52
HSL180º7.96%44.31%-
HSV(B)180º14.75%47.84%-
XYZ16.1818.2721.09-
YUV116.62131.04119-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.89%
GREEN value IS 122 (48.05% from 255) = 35.06%
BLUE value IS 122 (48.05% from 255) = 35.06%
R=29.89%
G=35.06%
B=35.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1041221220.15000.521807.9644.31
Hex687A7AF0034b482c
Octal1501721721700642641054
Binary110100011110101111010111100110100101101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687A7A; }

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

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

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

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

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

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

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

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