Html Css Color HEX #777E81 Regent Grey

📋 copy color: '#777E81'

red 119 ◦ green 126 ◦ blue 129

#777E81
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regent Grey #777E81

Tints of Regent Grey #777E81

RGB

 RED value IS 119 (46.88% from 255) = 31.82%

 GREEN value IS 126 (49.61% from 255) = 33.69%

 BLUE value IS 129 (50.78% from 255) = 34.49%

R = 31.82%
G = 33.69%
B = 34.49%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#777E81 (or 0x777E81) is known color: Regent Grey. HEX triplet: 77, 7E and 81. RGB value is (119,126,129). Sum of RGB (Red+Green+Blue) = 119+126+129=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 129 - color contains mainly: blue. Hex color #777E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777E81 is #88817E. Grayscale: #7C7C7C. Windows color (decimal): -8946047 or 8486519. OLE color: 8486519.

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

Color convert

RGB 119 126 129 -
CMYK 0.08 0.02 0 0.49
HSL 198º 0.04% 0.49% -
HSV(B) 198º 0.08% 0.51% -
XYZ 19.03 20.43 23.71 -
YUV 124.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 119 126 129 0.08 0.02 0 0.49 198 0.04 0.49
Hex 77 7E 81 8 2 0 31 C6 4 31
Octal 167 176 201 10 2 0 61 306 4 61
Binary 1110111 1111110 10000001 1000 10 0 110001 11000110 100 110001

Color Harmonies of #777E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777E81

Black with #777E81

Text Example


Text Example

White with #777E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #777E81;
 }
 .AnyTagClassName
 {
   color: #777E81;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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