#747777

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

Shades of Rolling Stone #747777

Tints of Rolling Stone #747777

Color information

#747777 (or 0x747777) is unknown color: approx Rolling Stone. HEX triplet: 74, 77 and 77. RGB value is (116,119,119). Sum of RGB (Red+Green+Blue) = 116+119+119=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #747777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747777 is #8B8888. Grayscale: #767676. Windows color (decimal): -9144457 or 7829364. OLE color: 7829364.

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

Color convert

RGB116119119-
CMYK0.03000.53
HSL180º1.28%46.08%-
HSV(B)180º2.52%46.67%-
XYZ17.1318.2420.07-
YUV118.1128.51126.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.77%
GREEN value IS 119 (46.88% from 255) = 33.62%
BLUE value IS 119 (46.88% from 255) = 33.62%
R=32.77%
G=33.62%
B=33.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161191190.03000.531801.2846.08
Hex74777730035b412e
Octal16416716730065264156
Binary1110100111011111101111100110101101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747777; }

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

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

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

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

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

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

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

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