#697772

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

Shades of Rolling Stone #697772

Tints of Rolling Stone #697772

Color information

#697772 (or 0x697772) is unknown color: approx Rolling Stone. HEX triplet: 69, 77 and 72. RGB value is (105,119,114). Sum of RGB (Red+Green+Blue) = 105+119+114=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 119 - color contains mainly: green. Hex color #697772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697772 is #96888D. Grayscale: #727272. Windows color (decimal): -9865358 or 7501673. OLE color: 7501673.

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

Color convert

RGB105119114-
CMYK0.1200.040.53
HSL158.57º6.25%43.92%-
HSV(B)158.57º11.76%46.67%-
XYZ15.4617.4118.47-
YUV114.24127.86121.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.07%
GREEN value IS 119 (46.88% from 255) = 35.21%
BLUE value IS 114 (44.92% from 255) = 33.73%
R=31.07%
G=35.21%
B=33.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051191140.1200.040.53158.576.2543.92
Hex697772C04359f62c
Octal151167162140465237654
Binary1101001111011111100101100010011010110011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697772; }

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

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

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

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

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

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

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

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