#697C7C

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

Shades of Rolling Stone #697C7C

Tints of Rolling Stone #697C7C

Color information

#697C7C (or 0x697C7C) is unknown color: approx Rolling Stone. HEX triplet: 69, 7C and 7C. RGB value is (105,124,124). Sum of RGB (Red+Green+Blue) = 105+124+124=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 124 - color contains mainly: green, blue. Hex color #697C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697C7C is #968383. Grayscale: #767676. Windows color (decimal): -9864068 or 8158313. OLE color: 8158313.

HSL color Cylindrical-coordinate representation of color #697C7C: hue angle of 180º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #697C7C is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB105124124-
CMYK0.15000.51
HSL180º8.3%44.9%-
HSV(B)180º15.32%48.63%-
XYZ16.6718.8721.83-
YUV118.32131.21118.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.75%
GREEN value IS 124 (48.83% from 255) = 35.13%
BLUE value IS 124 (48.83% from 255) = 35.13%
R=29.75%
G=35.13%
B=35.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1051241240.15000.511808.344.9
Hex697C7CF0033b482d
Octal1511741741700632641055
Binary110100111111001111100111100110011101101001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697C7C; }

 p { color: rgb(105,124,124); }

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

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

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

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

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

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

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