#747776

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

Shades of Rolling Stone #747776

Tints of Rolling Stone #747776

Color information

#747776 (or 0x747776) is unknown color: approx Rolling Stone. HEX triplet: 74, 77 and 76. RGB value is (116,119,118). Sum of RGB (Red+Green+Blue) = 116+119+118=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 119 - color contains mainly: green. Hex color #747776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747776 is #8B8889. Grayscale: #757575. Windows color (decimal): -9144458 or 7763828. OLE color: 7763828.

HSL color Cylindrical-coordinate representation of color #747776: 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 #747776 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB116119118-
CMYK0.0300.010.53
HSL160º1.28%46.08%-
HSV(B)160º2.52%46.67%-
XYZ17.0718.2119.76-
YUV117.99128.01126.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.86%
GREEN value IS 119 (46.88% from 255) = 33.71%
BLUE value IS 118 (46.48% from 255) = 33.43%
R=32.86%
G=33.71%
B=33.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161191180.0300.010.531601.2846.08
Hex74777630135a012e
Octal16416716630165240156
Binary1110100111011111101101101110101101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747776; }

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

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

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

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

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

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

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

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