#757D7C

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

Shades of Rolling Stone #757D7C

Tints of Rolling Stone #757D7C

Color information

#757D7C (or 0x757D7C) is unknown color: approx Rolling Stone. HEX triplet: 75, 7D and 7C. RGB value is (117,125,124). Sum of RGB (Red+Green+Blue) = 117+125+124=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 125 - color contains mainly: green. Hex color #757D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757D7C is #8A8283. Grayscale: #7A7A7A. Windows color (decimal): -9077380 or 8158581. OLE color: 8158581.

HSL color Cylindrical-coordinate representation of color #757D7C: hue angle of 172.5º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #757D7C is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB117125124-
CMYK0.0600.010.51
HSL172.5º3.31%47.45%-
HSV(B)172.5º6.4%49.02%-
XYZ18.3119.921.95-
YUV122.49128.85124.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.97%
GREEN value IS 125 (49.22% from 255) = 34.15%
BLUE value IS 124 (48.83% from 255) = 33.88%
R=31.97%
G=34.15%
B=33.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1171251240.0600.010.51172.53.3147.45
Hex757D7C60133ac32f
Octal16517517460163254357
Binary111010111111011111100110011100111010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757D7C; }

 p { color: rgb(117,125,124); }

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

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

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

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

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

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

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