#747977

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

Shades of Rolling Stone #747977

Tints of Rolling Stone #747977

Color information

#747977 (or 0x747977) is unknown color: approx Rolling Stone. HEX triplet: 74, 79 and 77. RGB value is (116,121,119). Sum of RGB (Red+Green+Blue) = 116+121+119=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 121 - color contains mainly: green. Hex color #747977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747977 is #8B8688. Grayscale: #777777. Windows color (decimal): -9143945 or 7829876. OLE color: 7829876.

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

Color convert

RGB116121119-
CMYK0.0400.020.53
HSL156º2.11%46.47%-
HSV(B)156º4.13%47.45%-
XYZ17.3718.7220.15-
YUV119.28127.84125.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.58%
GREEN value IS 121 (47.66% from 255) = 33.99%
BLUE value IS 119 (46.88% from 255) = 33.43%
R=32.58%
G=33.99%
B=33.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161211190.0400.020.531562.1146.47
Hex747977402359c22e
Octal16417116740265234256
Binary1110100111100111101111000101101011001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747977; }

 p { color: rgb(116,121,119); }

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

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

 a { background-color: rgb(116,121,119); }

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

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

 span { border-color: rgb(116,121,119); }

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