#778094

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

Shades of Slate Grey #778094

Tints of Slate Grey #778094

Color information

#778094 (or 0x778094) is unknown color: approx Slate Grey. HEX triplet: 77, 80 and 94. RGB value is (119,128,148). Sum of RGB (Red+Green+Blue) = 119+128+148=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 148 - color contains mainly: blue. Hex color #778094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778094 is #887F6B. Grayscale: #7F7F7F. Windows color (decimal): -8945516 or 9732215. OLE color: 9732215.

HSL color Cylindrical-coordinate representation of color #778094: hue angle of 221.38º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #778094 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB119128148-
CMYK0.200.1400.42
HSL221.38º11.93%52.35%-
HSV(B)221.38º19.59%58.04%-
XYZ20.6721.531.08-
YUV127.59139.52121.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.13%
GREEN value IS 128 (50.39% from 255) = 32.41%
BLUE value IS 148 (58.20% from 255) = 37.47%
R=30.13%
G=32.41%
B=37.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191281480.200.1400.42221.3811.9352.35
Hex77809414E02Addc34
Octal16720022424160523351464
Binary111011110000000100101001010011100101010110111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778094; }

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

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

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

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

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

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

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

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