#777878

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

Shades of Rolling Stone #777878

Tints of Rolling Stone #777878

Color information

#777878 (or 0x777878) is unknown color: approx Rolling Stone. HEX triplet: 77, 78 and 78. RGB value is (119,120,120). Sum of RGB (Red+Green+Blue) = 119+120+120=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 120 - color contains mainly: green, blue. Hex color #777878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777878 is #888787. Grayscale: #777777. Windows color (decimal): -8947592 or 7895159. OLE color: 7895159.

HSL color Cylindrical-coordinate representation of color #777878: hue angle of 180º degrees, saturation: 0, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #777878 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB119120120-
CMYK0.01000.53
HSL180º0.42%46.86%-
HSV(B)180º0.83%47.06%-
XYZ17.7118.7120.45-
YUV119.7128.17127.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.15%
GREEN value IS 120 (47.27% from 255) = 33.43%
BLUE value IS 120 (47.27% from 255) = 33.43%
R=33.15%
G=33.43%
B=33.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191201200.01000.531800.4246.86
Hex77787810035b402f
Octal16717017010065264057
Binary111011111110001111000100110101101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777878; }

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

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

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

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

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

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

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

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