#778491

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

Shades of Slate Grey #778491

Tints of Slate Grey #778491

Color information

#778491 (or 0x778491) is unknown color: approx Slate Grey. HEX triplet: 77, 84 and 91. RGB value is (119,132,145). Sum of RGB (Red+Green+Blue) = 119+132+145=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 145 - color contains mainly: blue. Hex color #778491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778491 is #887B6E. Grayscale: #818181. Windows color (decimal): -8944495 or 9536631. OLE color: 9536631.

HSL color Cylindrical-coordinate representation of color #778491: hue angle of 210º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #778491 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB119132145-
CMYK0.180.0900.43
HSL210º10.57%51.76%-
HSV(B)210º17.93%56.86%-
XYZ20.9722.4730.02-
YUV129.6136.69120.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.05%
GREEN value IS 132 (51.95% from 255) = 33.33%
BLUE value IS 145 (57.03% from 255) = 36.62%
R=30.05%
G=33.33%
B=36.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1191321450.180.0900.4321010.5751.76
Hex77849112902Bd2b34
Octal16720422122110533221364
Binary111011110000100100100011001010010101011110100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778491; }

 p { color: rgb(119,132,145); }

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

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

 a { background-color: rgb(119,132,145); }

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

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

 span { border-color: rgb(119,132,145); }

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