Html Css Color HEX #778799 Light Slate Grey

📋 copy color: '#778799'

red 119 ◦ green 135 ◦ blue 153

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

Shades of Light Slate Grey #778799

Tints of Light Slate Grey #778799

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.17%

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

R = 29.24%
G = 33.17%
B = 37.59%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#778799 (or 0x778799) is known color: Light Slate Grey. HEX triplet: 77, 87 and 99. RGB value is (119,135,153). Sum of RGB (Red+Green+Blue) = 119+135+153=407 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.24% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 153 - color contains mainly: blue. Hex color #778799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778799 is #887866. Grayscale: #848484. Windows color (decimal): -8943719 or 10061687. OLE color: 10061687.

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

Color convert

RGB 119 135 153 -
CMYK 0.22 0.12 0 0.4
HSL 211.76º 0.14% 0.53% -
HSV(B) 211.76º 0.22% 0.6% -
XYZ 22.02 23.55 33.52 -
YUV 132.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 119 135 153 0.22 0.12 0 0.4 211.76 0.14 0.53
Hex 77 87 99 16 C 0 28 D4 E 35
Octal 167 207 231 26 14 0 50 324 16 65
Binary 1110111 10000111 10011001 10110 1100 0 101000 11010100 1110 110101

Color Harmonies of #778799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778799

Black with #778799

Text Example


Text Example

White with #778799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778799; }

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

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

background-color css

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

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

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

border-color css

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

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

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