Html Css Color HEX #778190 Slate Grey

📋 copy color: '#778190'

red 119 ◦ green 129 ◦ blue 144

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

Shades of Slate Grey #778190

Tints of Slate Grey #778190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.91%

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

R = 30.36%
G = 32.91%
B = 36.73%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#778190 (or 0x778190) is known color: Slate Grey. HEX triplet: 77, 81 and 90. RGB value is (119,129,144). Sum of RGB (Red+Green+Blue) = 119+129+144=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 144 - color contains mainly: blue. Hex color #778190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778190 is #887E6F. Grayscale: #7F7F7F. Windows color (decimal): -8945264 or 9470327. OLE color: 9470327.

HSL color Cylindrical-coordinate representation of color #778190: hue angle of 216º 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 #778190 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 129 144 -
CMYK 0.17 0.10 0 0.44
HSL 216º 0.1% 0.52% -
HSV(B) 216º 0.17% 0.56% -
XYZ 20.49 21.64 29.48 -
YUV 127.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 119 129 144 0.17 0.10 0 0.44 216 0.1 0.52
Hex 77 81 90 11 A 0 2C D8 A 34
Octal 167 201 220 21 12 0 54 330 12 64
Binary 1110111 10000001 10010000 10001 1010 0 101100 11011000 1010 110100

Color Harmonies of #778190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778190

Black with #778190

Text Example


Text Example

White with #778190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778190; }

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

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

background-color css

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

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

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

border-color css

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

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

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