Html Css Color HEX #778094 Slate Grey

📋 copy color: '#778094'

red 119 ◦ green 128 ◦ blue 148

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

Shades of Slate Grey #778094

Tints of Slate Grey #778094

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.41%

 BLUE value IS 148 (58.2% from 255) = 37.47%

R = 30.13%
G = 32.41%
B = 37.47%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#778094 (or 0x778094) is known color: Slate Grey. HEX triplet: 77, 80 and 94. RGB value is (119,128,148). Sum of RGB (Red+Green+Blue) = 119+128+148=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 148 - color contains mainly: blue. Hex color #778094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778094 is #887F6B. Grayscale: #7F7F7F. Windows color (decimal): -8945516 or 9732215. OLE color: 9732215.

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

Color convert

RGB 119 128 148 -
CMYK 0.20 0.14 0 0.42
HSL 221.38º 0.12% 0.52% -
HSV(B) 221.38º 0.2% 0.58% -
XYZ 20.67 21.5 31.08 -
YUV 127.59 139.52 121.87 -
System Red Green Blue C M Y K H S L
Decimal 119 128 148 0.20 0.14 0 0.42 221.38 0.12 0.52
Hex 77 80 94 14 E 0 2A DD C 34
Octal 167 200 224 24 16 0 52 335 14 64
Binary 1110111 10000000 10010100 10100 1110 0 101010 11011101 1100 110100

Color Harmonies of #778094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778094

Black with #778094

Text Example


Text Example

White with #778094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778094; }

 p { color: rgb(119,128,148); }

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

background-color css

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

 a { background-color: rgb(119,128,148); }

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

border-color css

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

 span { border-color: rgb(119,128,148); }

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