#777D81

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

Shades of Regent Grey #777D81

Tints of Regent Grey #777D81

Color information

#777D81 (or 0x777D81) is unknown color: approx Regent Grey. HEX triplet: 77, 7D and 81. RGB value is (119,125,129). Sum of RGB (Red+Green+Blue) = 119+125+129=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 129 - color contains mainly: blue. Hex color #777D81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777D81 is #88827E. Grayscale: #7B7B7B. Windows color (decimal): -8946303 or 8486263. OLE color: 8486263.

HSL color Cylindrical-coordinate representation of color #777D81: hue angle of 204º 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 #777D81 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB119125129-
CMYK0.080.0300.49
HSL204º4.03%48.63%-
HSV(B)204º7.75%50.59%-
XYZ18.920.1723.67-
YUV123.66131.01124.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.90%
GREEN value IS 125 (49.22% from 255) = 33.51%
BLUE value IS 129 (50.78% from 255) = 34.58%
R=31.90%
G=33.51%
B=34.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191251290.080.0300.492044.0348.63
Hex777D8183031cc431
Octal167175201103061314461
Binary1110111111110110000001100011011000111001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,125,129); }

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

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

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

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

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

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

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