#687974

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

Shades of Rolling Stone #687974

Tints of Rolling Stone #687974

Color information

#687974 (or 0x687974) is unknown color: approx Rolling Stone. HEX triplet: 68, 79 and 74. RGB value is (104,121,116). Sum of RGB (Red+Green+Blue) = 104+121+116=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 121 - color contains mainly: green. Hex color #687974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687974 is #97868B. Grayscale: #737373. Windows color (decimal): -9930380 or 7633256. OLE color: 7633256.

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

Color convert

RGB104121116-
CMYK0.1400.040.53
HSL162.35º7.56%44.12%-
HSV(B)162.35º14.05%47.45%-
XYZ15.717.8819.15-
YUV115.35128.37119.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.50%
GREEN value IS 121 (47.66% from 255) = 35.48%
BLUE value IS 116 (45.70% from 255) = 34.02%
R=30.50%
G=35.48%
B=34.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041211160.1400.040.53162.357.5644.12
Hex687974E0435a282c
Octal1501711641604652421054
Binary11010001111001111010011100100110101101000101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687974; }

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

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

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

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

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

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

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

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