#687A76

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

Shades of Rolling Stone #687A76

Tints of Rolling Stone #687A76

Color information

#687A76 (or 0x687A76) is unknown color: approx Rolling Stone. HEX triplet: 68, 7A and 76. RGB value is (104,122,118). Sum of RGB (Red+Green+Blue) = 104+122+118=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 122 - color contains mainly: green. Hex color #687A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687A76 is #978589. Grayscale: #747474. Windows color (decimal): -9930122 or 7764584. OLE color: 7764584.

HSL color Cylindrical-coordinate representation of color #687A76: hue angle of 166.67º 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 #687A76 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB104122118-
CMYK0.1500.030.52
HSL166.67º7.96%44.31%-
HSV(B)166.67º14.75%47.84%-
XYZ15.9418.1719.81-
YUV116.16129.04119.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.23%
GREEN value IS 122 (48.05% from 255) = 35.47%
BLUE value IS 118 (46.48% from 255) = 34.30%
R=30.23%
G=35.47%
B=34.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1041221180.1500.030.52166.677.9644.31
Hex687A76F0334a782c
Octal1501721661703642471054
Binary1101000111101011101101111011110100101001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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