#6D7A75

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

Shades of Rolling Stone #6D7A75

Tints of Rolling Stone #6D7A75

Color information

#6D7A75 (or 0x6D7A75) is unknown color: approx Rolling Stone. HEX triplet: 6D, 7A and 75. RGB value is (109,122,117). Sum of RGB (Red+Green+Blue) = 109+122+117=348 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.32% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 122 - color contains mainly: green. Hex color #6D7A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7A75 is #92858A. Grayscale: #757575. Windows color (decimal): -9602443 or 7699053. OLE color: 7699053.

HSL color Cylindrical-coordinate representation of color #6D7A75: hue angle of 156.92º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6D7A75 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB109122117-
CMYK0.1100.040.52
HSL156.92º5.63%45.29%-
HSV(B)156.92º10.66%47.84%-
XYZ16.4818.4519.52-
YUV117.54127.69121.91-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.32%
GREEN value IS 122 (48.05% from 255) = 35.06%
BLUE value IS 117 (46.09% from 255) = 33.62%
R=31.32%
G=35.06%
B=33.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1091221170.1100.040.52156.925.6345.29
Hex6D7A75B04349d62d
Octal155172165130464235655
Binary1101101111101011101011011010011010010011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,122,117); }

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

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

 a { background-color: rgb(109,122,117); }

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

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

 span { border-color: rgb(109,122,117); }

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