#697977

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

Shades of Rolling Stone #697977

Tints of Rolling Stone #697977

Color information

#697977 (or 0x697977) is unknown color: approx Rolling Stone. HEX triplet: 69, 79 and 77. RGB value is (105,121,119). Sum of RGB (Red+Green+Blue) = 105+121+119=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 121 - color contains mainly: green. Hex color #697977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697977 is #968688. Grayscale: #737373. Windows color (decimal): -9864841 or 7829865. OLE color: 7829865.

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

Color convert

RGB105121119-
CMYK0.1300.020.53
HSL172.5º7.08%44.31%-
HSV(B)172.5º13.22%47.45%-
XYZ15.9918.0120.09-
YUV115.99129.7120.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.43%
GREEN value IS 121 (47.66% from 255) = 35.07%
BLUE value IS 119 (46.88% from 255) = 34.49%
R=30.43%
G=35.07%
B=34.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051211190.1300.020.53172.57.0844.31
Hex697977D0235ac72c
Octal151171167150265254754
Binary110100111110011110111110101011010110101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697977; }

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

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

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

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

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

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

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

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