#687776

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

Shades of Rolling Stone #687776

Tints of Rolling Stone #687776

Color information

#687776 (or 0x687776) is unknown color: approx Rolling Stone. HEX triplet: 68, 77 and 76. RGB value is (104,119,118). Sum of RGB (Red+Green+Blue) = 104+119+118=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 119 - color contains mainly: green. Hex color #687776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687776 is #978889. Grayscale: #727272. Windows color (decimal): -9930890 or 7763816. OLE color: 7763816.

HSL color Cylindrical-coordinate representation of color #687776: hue angle of 176º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #687776 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB104119118-
CMYK0.1300.010.53
HSL176º6.73%43.73%-
HSV(B)176º12.61%46.67%-
XYZ15.5817.4419.69-
YUV114.4130.03120.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.50%
GREEN value IS 119 (46.88% from 255) = 34.90%
BLUE value IS 118 (46.48% from 255) = 34.60%
R=30.50%
G=34.90%
B=34.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041191180.1300.010.531766.7343.73
Hex687776D0135b072c
Octal150167166150165260754
Binary11010001110111111011011010111010110110000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687776; }

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

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

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

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

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

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

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

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