Html Css Color HEX #778390 Slate Grey

📋 copy color: '#778390'

red 119 ◦ green 131 ◦ blue 144

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

Shades of Slate Grey #778390

Tints of Slate Grey #778390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.25%

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

R = 30.2%
G = 33.25%
B = 36.55%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#778390 (or 0x778390) is known color: Slate Grey. HEX triplet: 77, 83 and 90. RGB value is (119,131,144). Sum of RGB (Red+Green+Blue) = 119+131+144=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 144 - color contains mainly: blue. Hex color #778390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778390 is #887C6F. Grayscale: #808080. Windows color (decimal): -8944752 or 9470839. OLE color: 9470839.

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

Color convert

RGB 119 131 144 -
CMYK 0.17 0.09 0 0.44
HSL 211.2º 0.1% 0.52% -
HSV(B) 211.2º 0.17% 0.56% -
XYZ 20.76 22.17 29.57 -
YUV 128.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 119 131 144 0.17 0.09 0 0.44 211.2 0.1 0.52
Hex 77 83 90 11 9 0 2C D3 A 34
Octal 167 203 220 21 11 0 54 323 12 64
Binary 1110111 10000011 10010000 10001 1001 0 101100 11010011 1010 110100

Color Harmonies of #778390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778390

Black with #778390

Text Example


Text Example

White with #778390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778390; }

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

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

background-color css

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

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

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

border-color css

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

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

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