#687772

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

Shades of Rolling Stone #687772

Tints of Rolling Stone #687772

Color information

#687772 (or 0x687772) is unknown color: approx Rolling Stone. HEX triplet: 68, 77 and 72. RGB value is (104,119,114). Sum of RGB (Red+Green+Blue) = 104+119+114=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 119 - color contains mainly: green. Hex color #687772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687772 is #97888D. Grayscale: #717171. Windows color (decimal): -9930894 or 7501672. OLE color: 7501672.

HSL color Cylindrical-coordinate representation of color #687772: hue angle of 160º 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 #687772 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB104119114-
CMYK0.1300.040.53
HSL160º6.73%43.73%-
HSV(B)160º12.61%46.67%-
XYZ15.3417.3518.46-
YUV113.94128.03120.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.86%
GREEN value IS 119 (46.88% from 255) = 35.31%
BLUE value IS 114 (44.92% from 255) = 33.83%
R=30.86%
G=35.31%
B=33.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041191140.1300.040.531606.7343.73
Hex687772D0435a072c
Octal150167162150465240754
Binary1101000111011111100101101010011010110100000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687772; }

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

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

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

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

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

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

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

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