Html Css Color HEX #777F8A Slate Grey

📋 copy color: '#777F8A'

red 119 ◦ green 127 ◦ blue 138

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

Shades of Slate Grey #777F8A

Tints of Slate Grey #777F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.94%

R = 30.99%
G = 33.07%
B = 35.94%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#777F8A (or 0x777F8A) is known color: Slate Grey. HEX triplet: 77, 7F and 8A. RGB value is (119,127,138). Sum of RGB (Red+Green+Blue) = 119+127+138=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 138 - color contains mainly: blue. Hex color #777F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777F8A is #888075. Grayscale: #7D7D7D. Windows color (decimal): -8945782 or 9076599. OLE color: 9076599.

HSL color Cylindrical-coordinate representation of color #777F8A: hue angle of 214.74º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #777F8A is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 127 138 -
CMYK 0.14 0.08 0 0.46
HSL 214.74º 0.08% 0.5% -
HSV(B) 214.74º 0.14% 0.54% -
XYZ 19.78 20.94 27.04 -
YUV 125.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 119 127 138 0.14 0.08 0 0.46 214.74 0.08 0.5
Hex 77 7F 8A E 8 0 2E D7 8 32
Octal 167 177 212 16 10 0 56 327 10 62
Binary 1110111 1111111 10001010 1110 1000 0 101110 11010111 1000 110010

Color Harmonies of #777F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777F8A

Black with #777F8A

Text Example


Text Example

White with #777F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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