Html Css Color HEX #778499 Light Slate Grey

📋 copy color: '#778499'

red 119 ◦ green 132 ◦ blue 153

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

Shades of Light Slate Grey #778499

Tints of Light Slate Grey #778499

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.67%

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

R = 29.46%
G = 32.67%
B = 37.87%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#778499 (or 0x778499) is known color: Light Slate Grey. HEX triplet: 77, 84 and 99. RGB value is (119,132,153). Sum of RGB (Red+Green+Blue) = 119+132+153=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 153 - color contains mainly: blue. Hex color #778499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778499 is #887B66. Grayscale: #828282. Windows color (decimal): -8944487 or 10060919. OLE color: 10060919.

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

Color convert

RGB 119 132 153 -
CMYK 0.22 0.14 0 0.4
HSL 217.06º 0.14% 0.53% -
HSV(B) 217.06º 0.22% 0.6% -
XYZ 21.61 22.72 33.38 -
YUV 130.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 119 132 153 0.22 0.14 0 0.4 217.06 0.14 0.53
Hex 77 84 99 16 E 0 28 D9 E 35
Octal 167 204 231 26 16 0 50 331 16 65
Binary 1110111 10000100 10011001 10110 1110 0 101000 11011001 1110 110101

Color Harmonies of #778499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778499

Black with #778499

Text Example


Text Example

White with #778499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778499; }

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

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

background-color css

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

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

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

border-color css

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

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

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