Html Css Color HEX #778193 Slate Grey

📋 copy color: '#778193'

red 119 ◦ green 129 ◦ blue 147

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

Shades of Slate Grey #778193

Tints of Slate Grey #778193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.22%

R = 30.13%
G = 32.66%
B = 37.22%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#778193 (or 0x778193) is known color: Slate Grey. HEX triplet: 77, 81 and 93. RGB value is (119,129,147). Sum of RGB (Red+Green+Blue) = 119+129+147=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 147 - color contains mainly: blue. Hex color #778193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778193 is #887E6C. Grayscale: #7F7F7F. Windows color (decimal): -8945261 or 9666935. OLE color: 9666935.

HSL color Cylindrical-coordinate representation of color #778193: hue angle of 218.57º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #778193 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 129 147 -
CMYK 0.19 0.12 0 0.42
HSL 218.57º 0.11% 0.52% -
HSV(B) 218.57º 0.19% 0.58% -
XYZ 20.72 21.73 30.71 -
YUV 128.06 138.69 121.54 -
System Red Green Blue C M Y K H S L
Decimal 119 129 147 0.19 0.12 0 0.42 218.57 0.11 0.52
Hex 77 81 93 13 C 0 2A DB B 34
Octal 167 201 223 23 14 0 52 333 13 64
Binary 1110111 10000001 10010011 10011 1100 0 101010 11011011 1011 110100

Color Harmonies of #778193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778193

Black with #778193

Text Example


Text Example

White with #778193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778193; }

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

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

background-color css

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

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

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

border-color css

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

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

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