#778999

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

Shades of Light Slate Grey #778999

Tints of Light Slate Grey #778999

Color information

#778999 (or 0x778999) is unknown color: approx Light Slate Grey. HEX triplet: 77, 89 and 99. RGB value is (119,137,153). Sum of RGB (Red+Green+Blue) = 119+137+153=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 153 - color contains mainly: blue. Hex color #778999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778999 is #887666. Grayscale: #858585. Windows color (decimal): -8943207 or 10062199. OLE color: 10062199.

HSL color Cylindrical-coordinate representation of color #778999: hue angle of 208.24º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #778999 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB119137153-
CMYK0.220.1000.4
HSL208.24º14.29%53.33%-
HSV(B)208.24º22.22%60%-
XYZ22.324.1133.62-
YUV133.44139.04117.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.10%
GREEN value IS 137 (53.91% from 255) = 33.50%
BLUE value IS 153 (60.16% from 255) = 37.41%
R=29.10%
G=33.50%
B=37.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1191371530.220.1000.4208.2414.2953.33
Hex77899916A028d0e35
Octal16721123126120503201665
Binary111011110001001100110011011010100101000110100001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778999; }

 p { color: rgb(119,137,153); }

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

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

 a { background-color: rgb(119,137,153); }

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

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

 span { border-color: rgb(119,137,153); }

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