#6D7B76

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

Shades of Rolling Stone #6D7B76

Tints of Rolling Stone #6D7B76

Color information

#6D7B76 (or 0x6D7B76) is unknown color: approx Rolling Stone. HEX triplet: 6D, 7B and 76. RGB value is (109,123,118). Sum of RGB (Red+Green+Blue) = 109+123+118=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 123 - color contains mainly: green. Hex color #6D7B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7B76 is #928489. Grayscale: #767676. Windows color (decimal): -9602186 or 7764845. OLE color: 7764845.

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

Color convert

RGB109123118-
CMYK0.1100.040.52
HSL158.57º6.03%45.49%-
HSV(B)158.57º11.38%48.24%-
XYZ16.6618.7319.88-
YUV118.24127.86121.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.14%
GREEN value IS 123 (48.44% from 255) = 35.14%
BLUE value IS 118 (46.48% from 255) = 33.71%
R=31.14%
G=35.14%
B=33.71%

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
Decimal1091231180.1100.040.52158.576.0345.49
Hex6D7B76B04349f62d
Octal155173166130464237655
Binary1101101111101111101101011010011010010011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,123,118); }

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

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

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

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

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

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

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