Html Css Color HEX #777F84 Regent Grey

📋 copy color: '#777F84'

red 119 ◦ green 127 ◦ blue 132

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

Shades of Regent Grey #777F84

Tints of Regent Grey #777F84

RGB

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

 GREEN value IS 127 (50% from 255) = 33.6%

 BLUE value IS 132 (51.95% from 255) = 34.92%

R = 31.48%
G = 33.6%
B = 34.92%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#777F84 (or 0x777F84) is known color: Regent Grey. HEX triplet: 77, 7F and 84. RGB value is (119,127,132). Sum of RGB (Red+Green+Blue) = 119+127+132=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 132 - color contains mainly: blue. Hex color #777F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777F84 is #88807B. Grayscale: #7D7D7D. Windows color (decimal): -8945788 or 8683383. OLE color: 8683383.

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

Color convert

RGB 119 127 132 -
CMYK 0.10 0.04 0 0.48
HSL 203.08º 0.05% 0.49% -
HSV(B) 203.08º 0.1% 0.52% -
XYZ 19.36 20.77 24.82 -
YUV 125.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 119 127 132 0.10 0.04 0 0.48 203.08 0.05 0.49
Hex 77 7F 84 A 4 0 30 CB 5 31
Octal 167 177 204 12 4 0 60 313 5 61
Binary 1110111 1111111 10000100 1010 100 0 110000 11001011 101 110001

Color Harmonies of #777F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777F84

Black with #777F84

Text Example


Text Example

White with #777F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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