#78818B

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

Shades of Slate Grey #78818B

Tints of Slate Grey #78818B

Color information

#78818B (or 0x78818B) is unknown color: approx Slate Grey. HEX triplet: 78, 81 and 8B. RGB value is (120,129,139). Sum of RGB (Red+Green+Blue) = 120+129+139=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 139 - color contains mainly: blue. Hex color #78818B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78818B is #877E74. Grayscale: #7F7F7F. Windows color (decimal): -8879733 or 9142648. OLE color: 9142648.

HSL color Cylindrical-coordinate representation of color #78818B: hue angle of 211.58º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #78818B is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB120129139-
CMYK0.140.0700.45
HSL211.58º7.57%50.78%-
HSV(B)211.58º13.67%54.51%-
XYZ20.2621.5627.52-
YUV127.45134.52122.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.93%
GREEN value IS 129 (50.78% from 255) = 33.25%
BLUE value IS 139 (54.69% from 255) = 35.82%
R=30.93%
G=33.25%
B=35.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201291390.140.0700.45211.587.5750.78
Hex78818BE702Dd4833
Octal1702012131670553241063
Binary1111000100000011000101111101110101101110101001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78818B; }

 p { color: rgb(120,129,139); }

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

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

 a { background-color: rgb(120,129,139); }

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

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

 span { border-color: rgb(120,129,139); }

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