Html Css Color HEX #777F8D Slate Grey

📋 copy color: '#777F8D'

red 119 ◦ green 127 ◦ blue 141

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

Shades of Slate Grey #777F8D

Tints of Slate Grey #777F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.43%

R = 30.75%
G = 32.82%
B = 36.43%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#777F8D (or 0x777F8D) is known color: Slate Grey. HEX triplet: 77, 7F and 8D. RGB value is (119,127,141). Sum of RGB (Red+Green+Blue) = 119+127+141=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 141 - color contains mainly: blue. Hex color #777F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777F8D is #888072. Grayscale: #7E7E7E. Windows color (decimal): -8945779 or 9273207. OLE color: 9273207.

HSL color Cylindrical-coordinate representation of color #777F8D: hue angle of 218.18º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #777F8D is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 127 141 -
CMYK 0.16 0.10 0 0.45
HSL 218.18º 0.09% 0.51% -
HSV(B) 218.18º 0.16% 0.55% -
XYZ 20 21.02 28.2 -
YUV 126.2 136.35 122.86 -
System Red Green Blue C M Y K H S L
Decimal 119 127 141 0.16 0.10 0 0.45 218.18 0.09 0.51
Hex 77 7F 8D 10 A 0 2D DA 9 33
Octal 167 177 215 20 12 0 55 332 11 63
Binary 1110111 1111111 10001101 10000 1010 0 101101 11011010 1001 110011

Color Harmonies of #777F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777F8D

Black with #777F8D

Text Example


Text Example

White with #777F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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