#757877

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

Shades of Rolling Stone #757877

Tints of Rolling Stone #757877

Color information

#757877 (or 0x757877) is unknown color: approx Rolling Stone. HEX triplet: 75, 78 and 77. RGB value is (117,120,119). Sum of RGB (Red+Green+Blue) = 117+120+119=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 120 - color contains mainly: green. Hex color #757877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757877 is #8A8788. Grayscale: #767676. Windows color (decimal): -9078665 or 7829621. OLE color: 7829621.

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

Color convert

RGB117120119-
CMYK0.0200.010.53
HSL160º1.27%46.47%-
HSV(B)160º2.5%47.06%-
XYZ17.3818.5520.12-
YUV118.99128.01126.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.87%
GREEN value IS 120 (47.27% from 255) = 33.71%
BLUE value IS 119 (46.88% from 255) = 33.43%
R=32.87%
G=33.71%
B=33.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171201190.0200.010.531601.2746.47
Hex75787720135a012e
Octal16517016720165240156
Binary1110101111100011101111001110101101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757877; }

 p { color: rgb(117,120,119); }

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

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

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

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

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

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

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