#697773

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

Shades of Rolling Stone #697773

Tints of Rolling Stone #697773

Color information

#697773 (or 0x697773) is unknown color: approx Rolling Stone. HEX triplet: 69, 77 and 73. RGB value is (105,119,115). Sum of RGB (Red+Green+Blue) = 105+119+115=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 119 - color contains mainly: green. Hex color #697773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697773 is #96888C. Grayscale: #727272. Windows color (decimal): -9865357 or 7567209. OLE color: 7567209.

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

Color convert

RGB105119115-
CMYK0.1200.030.53
HSL162.86º6.25%43.92%-
HSV(B)162.86º11.76%46.67%-
XYZ15.5217.4318.77-
YUV114.36128.36121.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.97%
GREEN value IS 119 (46.88% from 255) = 35.10%
BLUE value IS 115 (45.31% from 255) = 33.92%
R=30.97%
G=35.10%
B=33.92%

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
Decimal1051191150.1200.030.53162.866.2543.92
Hex697773C0335a362c
Octal151167163140365243654
Binary110100111101111110011110001111010110100011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697773; }

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

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

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

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

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

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

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

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