#697774

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

Shades of Rolling Stone #697774

Tints of Rolling Stone #697774

Color information

#697774 (or 0x697774) is unknown color: approx Rolling Stone. HEX triplet: 69, 77 and 74. RGB value is (105,119,116). Sum of RGB (Red+Green+Blue) = 105+119+116=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 119 - color contains mainly: green. Hex color #697774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697774 is #96888B. Grayscale: #727272. Windows color (decimal): -9865356 or 7632745. OLE color: 7632745.

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

Color convert

RGB105119116-
CMYK0.1200.030.53
HSL167.14º6.25%43.92%-
HSV(B)167.14º11.76%46.67%-
XYZ15.5717.4619.07-
YUV114.47128.86121.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.88%
GREEN value IS 119 (46.88% from 255) = 35%
BLUE value IS 116 (45.70% from 255) = 34.12%
R=30.88%
G=35%
B=34.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051191160.1200.030.53167.146.2543.92
Hex697774C0335a762c
Octal151167164140365247654
Binary110100111101111110100110001111010110100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697774; }

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

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

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

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

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

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

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

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