#778096

Color #778096 Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #778096

Tints of Light Slate Grey #778096

Color information

#778096 (or 0x778096) is unknown color: approx 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

RGB119128150-
CMYK0.210.1500.41
HSL222.58º12.86%52.75%-
HSV(B)222.58º20.67%58.82%-
XYZ20.8321.5631.92-
YUV127.82140.52121.71-

RGB Variations

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

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 (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1191281500.210.1500.41222.5812.8652.75
Hex77809615F029dfd35
Octal16720022625170513371565
Binary111011110000000100101101010111110101001110111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>