Html Css Color HEX #777F8E Slate Grey

📋 copy color: '#777F8E'

red 119 ◦ green 127 ◦ blue 142

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

Shades of Slate Grey #777F8E

Tints of Slate Grey #777F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.6%

R = 30.67%
G = 32.73%
B = 36.6%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#777F8E (or 0x777F8E) is known color: Slate Grey. HEX triplet: 77, 7F and 8E. RGB value is (119,127,142). Sum of RGB (Red+Green+Blue) = 119+127+142=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 142 - color contains mainly: blue. Hex color #777F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777F8E is #888071. Grayscale: #7E7E7E. Windows color (decimal): -8945778 or 9338743. OLE color: 9338743.

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

Color convert

RGB 119 127 142 -
CMYK 0.16 0.11 0 0.44
HSL 219.13º 0.09% 0.51% -
HSV(B) 219.13º 0.16% 0.56% -
XYZ 20.08 21.05 28.6 -
YUV 126.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 119 127 142 0.16 0.11 0 0.44 219.13 0.09 0.51
Hex 77 7F 8E 10 B 0 2C DB 9 33
Octal 167 177 216 20 13 0 54 333 11 63
Binary 1110111 1111111 10001110 10000 1011 0 101100 11011011 1001 110011

Color Harmonies of #777F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777F8E

Black with #777F8E

Text Example


Text Example

White with #777F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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