#687F7A

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

Shades of Rolling Stone #687F7A

Tints of Rolling Stone #687F7A

Color information

#687F7A (or 0x687F7A) is unknown color: approx Rolling Stone. HEX triplet: 68, 7F and 7A. RGB value is (104,127,122). Sum of RGB (Red+Green+Blue) = 104+127+122=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 127 - color contains mainly: green. Hex color #687F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687F7A is #978085. Grayscale: #777777. Windows color (decimal): -9928838 or 8028008. OLE color: 8028008.

HSL color Cylindrical-coordinate representation of color #687F7A: hue angle of 166.96º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #687F7A is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB104127122-
CMYK0.1800.040.50
HSL166.96º9.96%45.29%-
HSV(B)166.96º18.11%49.8%-
XYZ16.8119.5321.3-
YUV119.55129.38116.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.46%
GREEN value IS 127 (50% from 255) = 35.98%
BLUE value IS 122 (48.05% from 255) = 34.56%
R=29.46%
G=35.98%
B=34.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1041271220.1800.040.50166.969.9645.29
Hex687F7A120432a7a2d
Octal1501771722204622471255
Binary110100011111111111010100100100110010101001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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