#747877

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

Shades of Rolling Stone #747877

Tints of Rolling Stone #747877

Color information

#747877 (or 0x747877) is unknown color: approx Rolling Stone. HEX triplet: 74, 78 and 77. RGB value is (116,120,119). Sum of RGB (Red+Green+Blue) = 116+120+119=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 120 - color contains mainly: green. Hex color #747877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747877 is #8B8788. Grayscale: #767676. Windows color (decimal): -9144201 or 7829620. OLE color: 7829620.

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

Color convert

RGB116120119-
CMYK0.0300.010.53
HSL165º1.69%46.27%-
HSV(B)165º3.33%47.06%-
XYZ17.2518.4820.11-
YUV118.69128.17126.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.68%
GREEN value IS 120 (47.27% from 255) = 33.80%
BLUE value IS 119 (46.88% from 255) = 33.52%
R=32.68%
G=33.80%
B=33.52%

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
Decimal1161201190.0300.010.531651.6946.27
Hex74787730135a522e
Octal16417016730165245256
Binary11101001111000111011111011101011010010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747877; }

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

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

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

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

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

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

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

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