#78808A

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

Shades of Slate Grey #78808A

Tints of Slate Grey #78808A

Color information

#78808A (or 0x78808A) is unknown color: approx Slate Grey. HEX triplet: 78, 80 and 8A. RGB value is (120,128,138). Sum of RGB (Red+Green+Blue) = 120+128+138=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 138 - color contains mainly: blue. Hex color #78808A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78808A is #877F75. Grayscale: #7E7E7E. Windows color (decimal): -8879990 or 9076856. OLE color: 9076856.

HSL color Cylindrical-coordinate representation of color #78808A: hue angle of 213.33º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #78808A is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB120128138-
CMYK0.130.0700.46
HSL213.33º7.14%50.59%-
HSV(B)213.33º13.04%54.12%-
XYZ20.0521.2727.09-
YUV126.75134.35123.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.09%
GREEN value IS 128 (50.39% from 255) = 33.16%
BLUE value IS 138 (54.30% from 255) = 35.75%
R=31.09%
G=33.16%
B=35.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1201281380.130.0700.46213.337.1450.59
Hex78808AD702Ed5733
Octal170200212157056325763
Binary111100010000000100010101101111010111011010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78808A; }

 p { color: rgb(120,128,138); }

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

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

 a { background-color: rgb(120,128,138); }

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

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

 span { border-color: rgb(120,128,138); }

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