Html Css Color HEX #778998 Light Slate Grey

📋 copy color: '#778998'

red 119 ◦ green 137 ◦ blue 152

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

Shades of Light Slate Grey #778998

Tints of Light Slate Grey #778998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.25%

R = 29.17%
G = 33.58%
B = 37.25%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#778998 (or 0x778998) is known color: Light Slate Grey. HEX triplet: 77, 89 and 98. RGB value is (119,137,152). Sum of RGB (Red+Green+Blue) = 119+137+152=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 152 - color contains mainly: blue. Hex color #778998 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778998 is #887667. Grayscale: #858585. Windows color (decimal): -8943208 or 9996663. OLE color: 9996663.

HSL color Cylindrical-coordinate representation of color #778998: hue angle of 207.27º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #778998 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 137 152 -
CMYK 0.22 0.10 0 0.40
HSL 207.27º 0.14% 0.53% -
HSV(B) 207.27º 0.22% 0.6% -
XYZ 22.22 24.08 33.18 -
YUV 133.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 119 137 152 0.22 0.10 0 0.40 207.27 0.14 0.53
Hex 77 89 98 16 A 0 28 CF E 35
Octal 167 211 230 26 12 0 50 317 16 65
Binary 1110111 10001001 10011000 10110 1010 0 101000 11001111 1110 110101

Color Harmonies of #778998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778998

Black with #778998

Text Example


Text Example

White with #778998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778998; }

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

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

background-color css

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

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

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

border-color css

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

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

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