#778088

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

Shades of Slate Grey #778088

Tints of Slate Grey #778088

Color information

#778088 (or 0x778088) is unknown color: approx Slate Grey. HEX triplet: 77, 80 and 88. RGB value is (119,128,136). Sum of RGB (Red+Green+Blue) = 119+128+136=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 136 - color contains mainly: blue. Hex color #778088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778088 is #887F77. Grayscale: #7E7E7E. Windows color (decimal): -8945528 or 8945783. OLE color: 8945783.

HSL color Cylindrical-coordinate representation of color #778088: hue angle of 208.24º degrees, saturation: 0.07, 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 #778088 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB119128136-
CMYK0.120.0600.47
HSL208.24º6.67%50%-
HSV(B)208.24º12.5%53.33%-
XYZ19.7721.1426.33-
YUV126.22133.52122.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.07%
GREEN value IS 128 (50.39% from 255) = 33.42%
BLUE value IS 136 (53.52% from 255) = 35.51%
R=31.07%
G=33.42%
B=35.51%

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
Decimal1191281360.120.0600.47208.246.6750
Hex778088C602Fd0732
Octal167200210146057320762
Binary111011110000000100010001100110010111111010000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778088; }

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

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

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

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

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

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

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

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