Html Css Color HEX #777D81 Regent Grey

📋 copy color: '#777D81'

red 119 ◦ green 125 ◦ blue 129

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

Shades of Regent Grey #777D81

Tints of Regent Grey #777D81

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.51%

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

R = 31.9%
G = 33.51%
B = 34.58%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#777D81 (or 0x777D81) is known color: 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

RGB 119 125 129 -
CMYK 0.08 0.03 0 0.49
HSL 204º 0.04% 0.49% -
HSV(B) 204º 0.08% 0.51% -
XYZ 18.9 20.17 23.67 -
YUV 123.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 119 125 129 0.08 0.03 0 0.49 204 0.04 0.49
Hex 77 7D 81 8 3 0 31 CC 4 31
Octal 167 175 201 10 3 0 61 314 4 61
Binary 1110111 1111101 10000001 1000 11 0 110001 11001100 100 110001

Color Harmonies of #777D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777D81

Black with #777D81

Text Example


Text Example

White with #777D81

Text Example


Text Example

HTML Codes & Css Web 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>