#777C7B

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

Shades of Rolling Stone #777C7B

Tints of Rolling Stone #777C7B

Color information

#777C7B (or 0x777C7B) is unknown color: approx Rolling Stone. HEX triplet: 77, 7C and 7B. RGB value is (119,124,123). Sum of RGB (Red+Green+Blue) = 119+124+123=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 124 - color contains mainly: green. Hex color #777C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777C7B is #888384. Grayscale: #7A7A7A. Windows color (decimal): -8946565 or 8092791. OLE color: 8092791.

HSL color Cylindrical-coordinate representation of color #777C7B: hue angle of 168º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #777C7B is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB119124123-
CMYK0.0400.010.51
HSL168º2.06%47.65%-
HSV(B)168º4.03%48.63%-
XYZ18.3919.7721.59-
YUV122.39128.34125.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.51%
GREEN value IS 124 (48.83% from 255) = 33.88%
BLUE value IS 123 (48.44% from 255) = 33.61%
R=32.51%
G=33.88%
B=33.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1191241230.0400.010.511682.0647.65
Hex777C7B40133a8230
Octal16717417340163250260
Binary111011111111001111011100011100111010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777C7B; }

 p { color: rgb(119,124,123); }

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

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

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

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

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

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

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