#747878

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

Shades of Rolling Stone #747878

Tints of Rolling Stone #747878

Color information

#747878 (or 0x747878) is unknown color: approx Rolling Stone. HEX triplet: 74, 78 and 78. RGB value is (116,120,120). Sum of RGB (Red+Green+Blue) = 116+120+120=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 120 - color contains mainly: green, blue. Hex color #747878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747878 is #8B8787. Grayscale: #767676. Windows color (decimal): -9144200 or 7895156. OLE color: 7895156.

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

Color convert

RGB116120120-
CMYK0.03000.53
HSL180º1.69%46.27%-
HSV(B)180º3.33%47.06%-
XYZ17.3118.520.43-
YUV118.8128.67126-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.58%
GREEN value IS 120 (47.27% from 255) = 33.71%
BLUE value IS 120 (47.27% from 255) = 33.71%
R=32.58%
G=33.71%
B=33.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161201200.03000.531801.6946.27
Hex74787830035b422e
Octal16417017030065264256
Binary11101001111000111100011001101011011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747878; }

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

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

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

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

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

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

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

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