#6A7977

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

Shades of Rolling Stone #6A7977

Tints of Rolling Stone #6A7977

Color information

#6A7977 (or 0x6A7977) is unknown color: approx Rolling Stone. HEX triplet: 6A, 79 and 77. RGB value is (106,121,119). Sum of RGB (Red+Green+Blue) = 106+121+119=346 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.64% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 121 - color contains mainly: green. Hex color #6A7977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7977 is #958688. Grayscale: #747474. Windows color (decimal): -9799305 or 7829866. OLE color: 7829866.

HSL color Cylindrical-coordinate representation of color #6A7977: hue angle of 172º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6A7977 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB106121119-
CMYK0.1200.020.53
HSL172º6.61%44.51%-
HSV(B)172º12.4%47.45%-
XYZ16.1118.0720.09-
YUV116.29129.53120.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.64%
GREEN value IS 121 (47.66% from 255) = 34.97%
BLUE value IS 119 (46.88% from 255) = 34.39%
R=30.64%
G=34.97%
B=34.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1061211190.1200.020.531726.6144.51
Hex6A7977C0235ac72d
Octal152171167140265254755
Binary110101011110011110111110001011010110101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A7977; }

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

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

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

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

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

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

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

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