#778093

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

Shades of Slate Grey #778093

Tints of Slate Grey #778093

Color information

#778093 (or 0x778093) is unknown color: approx Slate Grey. HEX triplet: 77, 80 and 93. RGB value is (119,128,147). Sum of RGB (Red+Green+Blue) = 119+128+147=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 147 - color contains mainly: blue. Hex color #778093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778093 is #887F6C. Grayscale: #7F7F7F. Windows color (decimal): -8945517 or 9666679. OLE color: 9666679.

HSL color Cylindrical-coordinate representation of color #778093: hue angle of 220.71º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #778093 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB119128147-
CMYK0.190.1300.42
HSL220.71º11.48%52.16%-
HSV(B)220.71º19.05%57.65%-
XYZ20.5921.4730.66-
YUV127.47139.02121.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.20%
GREEN value IS 128 (50.39% from 255) = 32.49%
BLUE value IS 147 (57.81% from 255) = 37.31%
R=30.20%
G=32.49%
B=37.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191281470.190.1300.42220.7111.4852.16
Hex77809313D02Addb34
Octal16720022323150523351364
Binary111011110000000100100111001111010101010110111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778093; }

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

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

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

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

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

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

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

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