#777C7A

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

Shades of Rolling Stone #777C7A

Tints of Rolling Stone #777C7A

Color information

#777C7A (or 0x777C7A) is unknown color: approx Rolling Stone. HEX triplet: 77, 7C and 7A. RGB value is (119,124,122). Sum of RGB (Red+Green+Blue) = 119+124+122=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 124 - color contains mainly: green. Hex color #777C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777C7A is #888385. Grayscale: #7A7A7A. Windows color (decimal): -8946566 or 8027255. OLE color: 8027255.

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

Color convert

RGB119124122-
CMYK0.0400.020.51
HSL156º2.06%47.65%-
HSV(B)156º4.03%48.63%-
XYZ18.3319.7421.26-
YUV122.28127.84125.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.60%
GREEN value IS 124 (48.83% from 255) = 33.97%
BLUE value IS 122 (48.05% from 255) = 33.42%
R=32.60%
G=33.97%
B=33.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1191241220.0400.020.511562.0647.65
Hex777C7A402339c230
Octal16717417240263234260
Binary1110111111110011110101000101100111001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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