#6B7976

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

Shades of Rolling Stone #6B7976

Tints of Rolling Stone #6B7976

Color information

#6B7976 (or 0x6B7976) is unknown color: approx Rolling Stone. HEX triplet: 6B, 79 and 76. RGB value is (107,121,118). Sum of RGB (Red+Green+Blue) = 107+121+118=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 121 - color contains mainly: green. Hex color #6B7976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7976 is #948689. Grayscale: #747474. Windows color (decimal): -9733770 or 7764331. OLE color: 7764331.

HSL color Cylindrical-coordinate representation of color #6B7976: hue angle of 167.14º degrees, saturation: 0.06, 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 #6B7976 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB107121118-
CMYK0.1200.020.53
HSL167.14º6.14%44.71%-
HSV(B)167.14º11.57%47.45%-
XYZ16.1718.1119.78-
YUV116.47128.86121.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.92%
GREEN value IS 121 (47.66% from 255) = 34.97%
BLUE value IS 118 (46.48% from 255) = 34.10%
R=30.92%
G=34.97%
B=34.10%

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
Decimal1071211180.1200.020.53167.146.1444.71
Hex6B7976C0235a762d
Octal153171166140265247655
Binary110101111110011110110110001011010110100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,121,118); }

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

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

 a { background-color: rgb(107,121,118); }

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

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

 span { border-color: rgb(107,121,118); }

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