#687874

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

Shades of Rolling Stone #687874

Tints of Rolling Stone #687874

Color information

#687874 (or 0x687874) is unknown color: approx Rolling Stone. HEX triplet: 68, 78 and 74. RGB value is (104,120,116). Sum of RGB (Red+Green+Blue) = 104+120+116=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 120 - color contains mainly: green. Hex color #687874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687874 is #97878B. Grayscale: #727272. Windows color (decimal): -9930636 or 7633000. OLE color: 7633000.

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

Color convert

RGB104120116-
CMYK0.1300.030.53
HSL165º7.14%43.92%-
HSV(B)165º13.33%47.06%-
XYZ15.5817.6419.11-
YUV114.76128.7120.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.59%
GREEN value IS 120 (47.27% from 255) = 35.29%
BLUE value IS 116 (45.70% from 255) = 34.12%
R=30.59%
G=35.29%
B=34.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041201160.1300.030.531657.1443.92
Hex687874D0335a572c
Octal150170164150365245754
Binary110100011110001110100110101111010110100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687874; }

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

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

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

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

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

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

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

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