#747C7A

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

Shades of Rolling Stone #747C7A

Tints of Rolling Stone #747C7A

Color information

#747C7A (or 0x747C7A) is unknown color: approx Rolling Stone. HEX triplet: 74, 7C and 7A. RGB value is (116,124,122). Sum of RGB (Red+Green+Blue) = 116+124+122=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 124 - color contains mainly: green. Hex color #747C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747C7A is #8B8385. Grayscale: #797979. Windows color (decimal): -9143174 or 8027252. OLE color: 8027252.

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

Color convert

RGB116124122-
CMYK0.0600.020.51
HSL165º3.33%47.06%-
HSV(B)165º6.45%48.63%-
XYZ17.9219.5321.24-
YUV121.38128.35124.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.04%
GREEN value IS 124 (48.83% from 255) = 34.25%
BLUE value IS 122 (48.05% from 255) = 33.70%
R=32.04%
G=34.25%
B=33.70%

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
Decimal1161241220.0600.020.511653.3347.06
Hex747C7A60233a532f
Octal16417417260263245357
Binary1110100111110011110101100101100111010010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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