#757C7A

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

Shades of Rolling Stone #757C7A

Tints of Rolling Stone #757C7A

Color information

#757C7A (or 0x757C7A) is unknown color: approx Rolling Stone. HEX triplet: 75, 7C and 7A. RGB value is (117,124,122). Sum of RGB (Red+Green+Blue) = 117+124+122=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 124 - color contains mainly: green. Hex color #757C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C7A is #8A8385. Grayscale: #797979. Windows color (decimal): -9077638 or 8027253. OLE color: 8027253.

HSL color Cylindrical-coordinate representation of color #757C7A: hue angle of 162.86º 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 #757C7A is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB117124122-
CMYK0.0600.020.51
HSL162.86º2.9%47.25%-
HSV(B)162.86º5.65%48.63%-
XYZ18.0619.621.24-
YUV121.68128.18124.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.23%
GREEN value IS 124 (48.83% from 255) = 34.16%
BLUE value IS 122 (48.05% from 255) = 33.61%
R=32.23%
G=34.16%
B=33.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1171241220.0600.020.51162.862.947.25
Hex757C7A60233a332f
Octal16517417260263243357
Binary1110101111110011110101100101100111010001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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