Html Css Color HEX #778899 LightSlateGray

📋 copy color: '#778899'

red 119 ◦ green 136 ◦ blue 153

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

Shades of LightSlateGray #778899

Tints of LightSlateGray #778899

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.33%

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

R = 29.17%
G = 33.33%
B = 37.5%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#778899 (or 0x778899) is known color: LightSlateGray. HEX triplet: 77, 88 and 99. RGB value is (119,136,153). Sum of RGB (Red+Green+Blue) = 119+136+153=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 153 - color contains mainly: blue. Hex color #778899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778899 is #887766. Grayscale: #848484. Windows color (decimal): -8943463 or 10061943. OLE color: 10061943.

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

Color convert

RGB 119 136 153 -
CMYK 0.22 0.11 0 0.4
HSL 210º 0.14% 0.53% -
HSV(B) 210º 0.22% 0.6% -
XYZ 22.16 23.83 33.57 -
YUV 132.86 139.37 118.12 -
System Red Green Blue C M Y K H S L
Decimal 119 136 153 0.22 0.11 0 0.4 210 0.14 0.53
Hex 77 88 99 16 B 0 28 D2 E 35
Octal 167 210 231 26 13 0 50 322 16 65
Binary 1110111 10001000 10011001 10110 1011 0 101000 11010010 1110 110101

Color Harmonies of #778899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778899

Black with #778899

Text Example


Text Example

White with #778899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778899; }

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

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

background-color css

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

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

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

border-color css

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

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

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