Html Css Color HEX #778897 Light Slate Grey

📋 copy color: '#778897'

red 119 ◦ green 136 ◦ blue 151

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

Shades of Light Slate Grey #778897

Tints of Light Slate Grey #778897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.19%

R = 29.31%
G = 33.5%
B = 37.19%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#778897 (or 0x778897) is known color: Light Slate Grey. HEX triplet: 77, 88 and 97. RGB value is (119,136,151). Sum of RGB (Red+Green+Blue) = 119+136+151=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 151 - color contains mainly: blue. Hex color #778897 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778897 is #887768. Grayscale: #848484. Windows color (decimal): -8943465 or 9930871. OLE color: 9930871.

HSL color Cylindrical-coordinate representation of color #778897: hue angle of 208.12º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #778897 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 136 151 -
CMYK 0.21 0.10 0 0.41
HSL 208.13º 0.13% 0.53% -
HSV(B) 208.13º 0.21% 0.59% -
XYZ 22 23.76 32.71 -
YUV 132.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 119 136 151 0.21 0.10 0 0.41 208.13 0.13 0.53
Hex 77 88 97 15 A 0 29 D0 D 35
Octal 167 210 227 25 12 0 51 320 15 65
Binary 1110111 10001000 10010111 10101 1010 0 101001 11010000 1101 110101

Color Harmonies of #778897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778897

Black with #778897

Text Example


Text Example

White with #778897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778897; }

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

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

background-color css

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

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

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

border-color css

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

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

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