#6D7C7C

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

Shades of Rolling Stone #6D7C7C

Tints of Rolling Stone #6D7C7C

Color information

#6D7C7C (or 0x6D7C7C) is unknown color: approx Rolling Stone. HEX triplet: 6D, 7C and 7C. RGB value is (109,124,124). Sum of RGB (Red+Green+Blue) = 109+124+124=357 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.53% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 124 - color contains mainly: green, blue. Hex color #6D7C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7C7C is #928383. Grayscale: #777777. Windows color (decimal): -9601924 or 8158317. OLE color: 8158317.

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

Color convert

RGB109124124-
CMYK0.12000.51
HSL180º6.44%45.69%-
HSV(B)180º12.1%48.63%-
XYZ17.1519.1221.86-
YUV119.51130.53120.5-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.53%
GREEN value IS 124 (48.83% from 255) = 34.73%
BLUE value IS 124 (48.83% from 255) = 34.73%
R=30.53%
G=34.73%
B=34.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1091241240.12000.511806.4445.69
Hex6D7C7CC0033b462e
Octal155174174140063264656
Binary11011011111100111110011000011001110110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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