#687C7A

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

Shades of Rolling Stone #687C7A

Tints of Rolling Stone #687C7A

Color information

#687C7A (or 0x687C7A) is unknown color: approx Rolling Stone. HEX triplet: 68, 7C and 7A. RGB value is (104,124,122). Sum of RGB (Red+Green+Blue) = 104+124+122=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 124 - color contains mainly: green. Hex color #687C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687C7A is #978385. Grayscale: #757575. Windows color (decimal): -9929606 or 8027240. OLE color: 8027240.

HSL color Cylindrical-coordinate representation of color #687C7A: hue angle of 174º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #687C7A is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB104124122-
CMYK0.1600.020.51
HSL174º8.77%44.71%-
HSV(B)174º16.13%48.63%-
XYZ16.4318.7621.17-
YUV117.79130.37118.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.71%
GREEN value IS 124 (48.83% from 255) = 35.43%
BLUE value IS 122 (48.05% from 255) = 34.86%
R=29.71%
G=35.43%
B=34.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1041241220.1600.020.511748.7744.71
Hex687C7A100233ae92d
Octal1501741722002632561155
Binary11010001111100111101010000010110011101011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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