#777F82

Color #777F82 Regent Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent Grey #777F82

Tints of Regent Grey #777F82

Color information

#777F82 (or 0x777F82) is unknown color: approx Regent Grey. HEX triplet: 77, 7F and 82. RGB value is (119,127,130). Sum of RGB (Red+Green+Blue) = 119+127+130=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 130 - color contains mainly: blue. Hex color #777F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777F82 is #88807D. Grayscale: #7C7C7C. Windows color (decimal): -8945790 or 8552311. OLE color: 8552311.

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

Color convert

RGB119127130-
CMYK0.080.0200.49
HSL196.36º4.42%48.82%-
HSV(B)196.36º8.46%50.98%-
XYZ19.2320.7124.1-
YUV124.95130.85123.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.65%
GREEN value IS 127 (50% from 255) = 33.78%
BLUE value IS 130 (51.17% from 255) = 34.57%
R=31.65%
G=33.78%
B=34.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191271300.080.0200.49196.364.4248.82
Hex777F8282031c4431
Octal167177202102061304461
Binary1110111111111110000010100010011000111000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,127,130); }

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

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

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

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

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

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

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