Html Css Color HEX #778391 Slate Grey

📋 copy color: '#778391'

red 119 ◦ green 131 ◦ blue 145

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

Shades of Slate Grey #778391

Tints of Slate Grey #778391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.71%

R = 30.13%
G = 33.16%
B = 36.71%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#778391 (or 0x778391) is known color: Slate Grey. HEX triplet: 77, 83 and 91. RGB value is (119,131,145). Sum of RGB (Red+Green+Blue) = 119+131+145=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 145 - color contains mainly: blue. Hex color #778391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778391 is #887C6E. Grayscale: #808080. Windows color (decimal): -8944751 or 9536375. OLE color: 9536375.

HSL color Cylindrical-coordinate representation of color #778391: hue angle of 212.31º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #778391 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 131 145 -
CMYK 0.18 0.10 0 0.43
HSL 212.31º 0.11% 0.52% -
HSV(B) 212.31º 0.18% 0.57% -
XYZ 20.83 22.2 29.97 -
YUV 129.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 119 131 145 0.18 0.10 0 0.43 212.31 0.11 0.52
Hex 77 83 91 12 A 0 2B D4 B 34
Octal 167 203 221 22 12 0 53 324 13 64
Binary 1110111 10000011 10010001 10010 1010 0 101011 11010100 1011 110100

Color Harmonies of #778391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778391

Black with #778391

Text Example


Text Example

White with #778391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778391; }

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

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

background-color css

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

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

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

border-color css

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

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

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