Html Css Color HEX #778699 Light Slate Grey

📋 copy color: '#778699'

red 119 ◦ green 134 ◦ blue 153

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

Shades of Light Slate Grey #778699

Tints of Light Slate Grey #778699

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33%

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

R = 29.31%
G = 33%
B = 37.68%

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

#778699 (or 0x778699) is known color: Light Slate Grey. HEX triplet: 77, 86 and 99. RGB value is (119,134,153). Sum of RGB (Red+Green+Blue) = 119+134+153=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 153 - color contains mainly: blue. Hex color #778699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778699 is #887966. Grayscale: #838383. Windows color (decimal): -8943975 or 10061431. OLE color: 10061431.

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

Color convert

RGB 119 134 153 -
CMYK 0.22 0.12 0 0.4
HSL 213.53º 0.14% 0.53% -
HSV(B) 213.53º 0.22% 0.6% -
XYZ 21.88 23.27 33.48 -
YUV 131.68 140.03 118.96 -
System Red Green Blue C M Y K H S L
Decimal 119 134 153 0.22 0.12 0 0.4 213.53 0.14 0.53
Hex 77 86 99 16 C 0 28 D6 E 35
Octal 167 206 231 26 14 0 50 326 16 65
Binary 1110111 10000110 10011001 10110 1100 0 101000 11010110 1110 110101

Color Harmonies of #778699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778699

Black with #778699

Text Example


Text Example

White with #778699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778699; }

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

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

background-color css

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

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

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

border-color css

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

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

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