#788088

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

Shades of Slate Grey #788088

Tints of Slate Grey #788088

Color information

#788088 (or 0x788088) is unknown color: approx Slate Grey. HEX triplet: 78, 80 and 88. RGB value is (120,128,136). Sum of RGB (Red+Green+Blue) = 120+128+136=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 136 - color contains mainly: blue. Hex color #788088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788088 is #877F77. Grayscale: #7E7E7E. Windows color (decimal): -8879992 or 8945784. OLE color: 8945784.

HSL color Cylindrical-coordinate representation of color #788088: hue angle of 210º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #788088 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB120128136-
CMYK0.120.0600.47
HSL210º6.3%50.2%-
HSV(B)210º11.76%53.33%-
XYZ19.9121.2126.34-
YUV126.52133.35123.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.25%
GREEN value IS 128 (50.39% from 255) = 33.33%
BLUE value IS 136 (53.52% from 255) = 35.42%
R=31.25%
G=33.33%
B=35.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1201281360.120.0600.472106.350.2
Hex788088C602Fd2632
Octal170200210146057322662
Binary111100010000000100010001100110010111111010010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788088; }

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

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

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

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

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

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

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

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