#757676

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

Shades of Rolling Stone #757676

Tints of Rolling Stone #757676

Color information

#757676 (or 0x757676) is unknown color: approx Rolling Stone. HEX triplet: 75, 76 and 76. RGB value is (117,118,118). Sum of RGB (Red+Green+Blue) = 117+118+118=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #757676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757676 is #8A8989. Grayscale: #757575. Windows color (decimal): -9079178 or 7763573. OLE color: 7763573.

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

Color convert

RGB117118118-
CMYK0.01000.54
HSL180º0.43%46.08%-
HSV(B)180º0.85%46.27%-
XYZ17.0818.0519.72-
YUV117.7128.17127.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.14%
GREEN value IS 118 (46.48% from 255) = 33.43%
BLUE value IS 118 (46.48% from 255) = 33.43%
R=33.14%
G=33.43%
B=33.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171181180.01000.541800.4346.08
Hex75767610036b402e
Octal16516616610066264056
Binary111010111101101110110100110110101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757676; }

 p { color: rgb(117,118,118); }

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

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

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

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

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

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

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