Html Css Color HEX #777F90 Slate Grey

📋 copy color: '#777F90'

red 119 ◦ green 127 ◦ blue 144

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

Shades of Slate Grey #777F90

Tints of Slate Grey #777F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.92%

R = 30.51%
G = 32.56%
B = 36.92%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#777F90 (or 0x777F90) is known color: Slate Grey. HEX triplet: 77, 7F and 90. RGB value is (119,127,144). Sum of RGB (Red+Green+Blue) = 119+127+144=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 144 - color contains mainly: blue. Hex color #777F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777F90 is #88806F. Grayscale: #7E7E7E. Windows color (decimal): -8945776 or 9469815. OLE color: 9469815.

HSL color Cylindrical-coordinate representation of color #777F90: hue angle of 220.8º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #777F90 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 127 144 -
CMYK 0.17 0.12 0 0.44
HSL 220.8º 0.1% 0.52% -
HSV(B) 220.8º 0.17% 0.56% -
XYZ 20.23 21.11 29.39 -
YUV 126.55 137.85 122.62 -
System Red Green Blue C M Y K H S L
Decimal 119 127 144 0.17 0.12 0 0.44 220.8 0.1 0.52
Hex 77 7F 90 11 C 0 2C DD A 34
Octal 167 177 220 21 14 0 54 335 12 64
Binary 1110111 1111111 10010000 10001 1100 0 101100 11011101 1010 110100

Color Harmonies of #777F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777F90

Black with #777F90

Text Example


Text Example

White with #777F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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