Html Css Color HEX #777B7D Regent Grey

📋 copy color: '#777B7D'

red 119 ◦ green 123 ◦ blue 125

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

Shades of Regent Grey #777B7D

Tints of Regent Grey #777B7D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.51%

 BLUE value IS 125 (49.22% from 255) = 34.06%

R = 32.43%
G = 33.51%
B = 34.06%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#777B7D (or 0x777B7D) is known color: Regent Grey. HEX triplet: 77, 7B and 7D. RGB value is (119,123,125). Sum of RGB (Red+Green+Blue) = 119+123+125=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 125 - color contains mainly: blue. Hex color #777B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777B7D is #888482. Grayscale: #7A7A7A. Windows color (decimal): -8946819 or 8223607. OLE color: 8223607.

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

Color convert

RGB 119 123 125 -
CMYK 0.05 0.02 0 0.51
HSL 200º 0.02% 0.48% -
HSV(B) 200º 0.05% 0.49% -
XYZ 18.39 19.57 22.21 -
YUV 122.03 129.67 125.84 -
System Red Green Blue C M Y K H S L
Decimal 119 123 125 0.05 0.02 0 0.51 200 0.02 0.48
Hex 77 7B 7D 5 2 0 33 C8 2 30
Octal 167 173 175 5 2 0 63 310 2 60
Binary 1110111 1111011 1111101 101 10 0 110011 11001000 10 110000

Color Harmonies of #777B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777B7D

Black with #777B7D

Text Example


Text Example

White with #777B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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