Html Css Color HEX #778096 Light Slate Grey

📋 copy color: '#778096'

red 119 ◦ green 128 ◦ blue 150

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

Shades of Light Slate Grey #778096

Tints of Light Slate Grey #778096

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.24%

 BLUE value IS 150 (58.98% from 255) = 37.78%

R = 29.97%
G = 32.24%
B = 37.78%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#778096 (or 0x778096) is known color: Light Slate Grey. HEX triplet: 77, 80 and 96. RGB value is (119,128,150). Sum of RGB (Red+Green+Blue) = 119+128+150=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 150 - color contains mainly: blue. Hex color #778096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778096 is #887F69. Grayscale: #7F7F7F. Windows color (decimal): -8945514 or 9863287. OLE color: 9863287.

HSL color Cylindrical-coordinate representation of color #778096: hue angle of 222.58º 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 #778096 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 128 150 -
CMYK 0.21 0.15 0 0.41
HSL 222.58º 0.13% 0.53% -
HSV(B) 222.58º 0.21% 0.59% -
XYZ 20.83 21.56 31.92 -
YUV 127.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 119 128 150 0.21 0.15 0 0.41 222.58 0.13 0.53
Hex 77 80 96 15 F 0 29 DF D 35
Octal 167 200 226 25 17 0 51 337 15 65
Binary 1110111 10000000 10010110 10101 1111 0 101001 11011111 1101 110101

Color Harmonies of #778096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778096

Black with #778096

Text Example


Text Example

White with #778096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778096; }

 p { color: rgb(119,128,150); }

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

background-color css

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

 a { background-color: rgb(119,128,150); }

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

border-color css

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

 span { border-color: rgb(119,128,150); }

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