#687E78

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

Shades of Rolling Stone #687E78

Tints of Rolling Stone #687E78

Color information

#687E78 (or 0x687E78) is unknown color: approx Rolling Stone. HEX triplet: 68, 7E and 78. RGB value is (104,126,120). Sum of RGB (Red+Green+Blue) = 104+126+120=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 126 - color contains mainly: green. Hex color #687E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687E78 is #978187. Grayscale: #767676. Windows color (decimal): -9929096 or 7896680. OLE color: 7896680.

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

Color convert

RGB104126120-
CMYK0.1700.050.51
HSL163.64º9.57%45.1%-
HSV(B)163.64º17.46%49.41%-
XYZ16.5619.2220.61-
YUV118.74128.71117.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.71%
GREEN value IS 126 (49.61% from 255) = 36%
BLUE value IS 120 (47.27% from 255) = 34.29%
R=29.71%
G=36%
B=34.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1041261200.1700.050.51163.649.5745.1
Hex687E78110533a4a2d
Octal1501761702105632441255
Binary110100011111101111000100010101110011101001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,126,120); }

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

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

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

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

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

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

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