#697874

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

Shades of Rolling Stone #697874

Tints of Rolling Stone #697874

Color information

#697874 (or 0x697874) is unknown color: approx Rolling Stone. HEX triplet: 69, 78 and 74. RGB value is (105,120,116). Sum of RGB (Red+Green+Blue) = 105+120+116=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 120 - color contains mainly: green. Hex color #697874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697874 is #96878B. Grayscale: #737373. Windows color (decimal): -9865100 or 7633001. OLE color: 7633001.

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

Color convert

RGB105120116-
CMYK0.1300.030.53
HSL164º6.67%44.12%-
HSV(B)164º12.5%47.06%-
XYZ15.6917.719.11-
YUV115.06128.53120.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.79%
GREEN value IS 120 (47.27% from 255) = 35.19%
BLUE value IS 116 (45.70% from 255) = 34.02%
R=30.79%
G=35.19%
B=34.02%

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
Decimal1051201160.1300.030.531646.6744.12
Hex697874D0335a472c
Octal151170164150365244754
Binary110100111110001110100110101111010110100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697874; }

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

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

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

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

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

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

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

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