Html Css Color HEX #778199 Light Slate Grey

📋 copy color: '#778199'

red 119 ◦ green 129 ◦ blue 153

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

Shades of Light Slate Grey #778199

Tints of Light Slate Grey #778199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.15%

R = 29.68%
G = 32.17%
B = 38.15%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#778199 (or 0x778199) is known color: Light Slate Grey. HEX triplet: 77, 81 and 99. RGB value is (119,129,153). Sum of RGB (Red+Green+Blue) = 119+129+153=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 153 - color contains mainly: blue. Hex color #778199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778199 is #887E66. Grayscale: #808080. Windows color (decimal): -8945255 or 10060151. OLE color: 10060151.

HSL color Cylindrical-coordinate representation of color #778199: hue angle of 222.35º 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 #778199 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 129 153 -
CMYK 0.22 0.16 0 0.4
HSL 222.35º 0.14% 0.53% -
HSV(B) 222.35º 0.22% 0.6% -
XYZ 21.21 21.92 33.25 -
YUV 128.75 141.69 121.05 -
System Red Green Blue C M Y K H S L
Decimal 119 129 153 0.22 0.16 0 0.4 222.35 0.14 0.53
Hex 77 81 99 16 10 0 28 DE E 35
Octal 167 201 231 26 20 0 50 336 16 65
Binary 1110111 10000001 10011001 10110 10000 0 101000 11011110 1110 110101

Color Harmonies of #778199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778199

Black with #778199

Text Example


Text Example

White with #778199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778199; }

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

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

background-color css

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

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

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

border-color css

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

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

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