#687C79

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

Shades of Rolling Stone #687C79

Tints of Rolling Stone #687C79

Color information

#687C79 (or 0x687C79) is unknown color: approx Rolling Stone. HEX triplet: 68, 7C and 79. RGB value is (104,124,121). Sum of RGB (Red+Green+Blue) = 104+124+121=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 124 - color contains mainly: green. Hex color #687C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687C79 is #978386. Grayscale: #757575. Windows color (decimal): -9929607 or 7961704. OLE color: 7961704.

HSL color Cylindrical-coordinate representation of color #687C79: hue angle of 171º 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 #687C79 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB104124121-
CMYK0.1600.020.51
HSL171º8.77%44.71%-
HSV(B)171º16.13%48.63%-
XYZ16.3718.7420.84-
YUV117.68129.87118.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.80%
GREEN value IS 124 (48.83% from 255) = 35.53%
BLUE value IS 121 (47.66% from 255) = 34.67%
R=29.80%
G=35.53%
B=34.67%

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
Decimal1041241210.1600.020.511718.7744.71
Hex687C79100233ab92d
Octal1501741712002632531155
Binary11010001111100111100110000010110011101010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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