#778392

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

Shades of Slate Grey #778392

Tints of Slate Grey #778392

Color information

#778392 (or 0x778392) is unknown color: approx Slate Grey. HEX triplet: 77, 83 and 92. RGB value is (119,131,146). Sum of RGB (Red+Green+Blue) = 119+131+146=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 146 - color contains mainly: blue. Hex color #778392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778392 is #887C6D. Grayscale: #818181. Windows color (decimal): -8944750 or 9601911. OLE color: 9601911.

HSL color Cylindrical-coordinate representation of color #778392: hue angle of 213.33º 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 #778392 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB119131146-
CMYK0.180.1000.43
HSL213.33º11.02%51.96%-
HSV(B)213.33º18.49%57.25%-
XYZ20.9122.2330.38-
YUV129.12137.52120.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.05%
GREEN value IS 131 (51.56% from 255) = 33.08%
BLUE value IS 146 (57.42% from 255) = 36.87%
R=30.05%
G=33.08%
B=36.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1191311460.180.1000.43213.3311.0251.96
Hex77839212A02Bd5b34
Octal16720322222120533251364
Binary111011110000011100100101001010100101011110101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778392; }

 p { color: rgb(119,131,146); }

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

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

 a { background-color: rgb(119,131,146); }

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

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

 span { border-color: rgb(119,131,146); }

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