Html Css Color HEX #778994 Light Slate Grey

📋 copy color: '#778994'

red 119 ◦ green 137 ◦ blue 148

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

Shades of Light Slate Grey #778994

Tints of Light Slate Grey #778994

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.91%

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

R = 29.46%
G = 33.91%
B = 36.63%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#778994 (or 0x778994) is known color: Light Slate Grey. HEX triplet: 77, 89 and 94. RGB value is (119,137,148). Sum of RGB (Red+Green+Blue) = 119+137+148=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 148 - color contains mainly: blue. Hex color #778994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778994 is #88766B. Grayscale: #848484. Windows color (decimal): -8943212 or 9734519. OLE color: 9734519.

HSL color Cylindrical-coordinate representation of color #778994: hue angle of 202.76º 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 #778994 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 137 148 -
CMYK 0.20 0.07 0 0.42
HSL 202.76º 0.12% 0.52% -
HSV(B) 202.76º 0.2% 0.58% -
XYZ 21.9 23.95 31.49 -
YUV 132.87 136.54 118.11 -
System Red Green Blue C M Y K H S L
Decimal 119 137 148 0.20 0.07 0 0.42 202.76 0.12 0.52
Hex 77 89 94 14 7 0 2A CB C 34
Octal 167 211 224 24 7 0 52 313 14 64
Binary 1110111 10001001 10010100 10100 111 0 101010 11001011 1100 110100

Color Harmonies of #778994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778994

Black with #778994

Text Example


Text Example

White with #778994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778994; }

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

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

background-color css

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

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

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

border-color css

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

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

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