#778097

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

Shades of Light Slate Grey #778097

Tints of Light Slate Grey #778097

Color information

#778097 (or 0x778097) is unknown color: approx Light Slate Grey. HEX triplet: 77, 80 and 97. RGB value is (119,128,151). Sum of RGB (Red+Green+Blue) = 119+128+151=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 151 - color contains mainly: blue. Hex color #778097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778097 is #887F68. Grayscale: #7F7F7F. Windows color (decimal): -8945513 or 9928823. OLE color: 9928823.

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

Color convert

RGB119128151-
CMYK0.210.1500.41
HSL223.12º13.33%52.94%-
HSV(B)223.12º21.19%59.22%-
XYZ20.9121.5932.34-
YUV127.93141.02121.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.90%
GREEN value IS 128 (50.39% from 255) = 32.16%
BLUE value IS 151 (59.38% from 255) = 37.94%
R=29.90%
G=32.16%
B=37.94%

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
Decimal1191281510.210.1500.41223.1213.3352.94
Hex77809715F029dfd35
Octal16720022725170513371565
Binary111011110000000100101111010111110101001110111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778097; }

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

 H1.HeaderClassName
 {
   color: #778097;
 }
 .AnyTagClassName
 {
   color: #778097;
 }
</style>
background-color css

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

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

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

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

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

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