#778095

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

Shades of Slate Grey #778095

Tints of Slate Grey #778095

Color information

#778095 (or 0x778095) is unknown color: approx Slate Grey. HEX triplet: 77, 80 and 95. RGB value is (119,128,149). Sum of RGB (Red+Green+Blue) = 119+128+149=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 149 - color contains mainly: blue. Hex color #778095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778095 is #887F6A. Grayscale: #7F7F7F. Windows color (decimal): -8945515 or 9797751. OLE color: 9797751.

HSL color Cylindrical-coordinate representation of color #778095: hue angle of 222º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #778095 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB119128149-
CMYK0.200.1400.42
HSL222º12.4%52.55%-
HSV(B)222º20.13%58.43%-
XYZ20.7521.5331.5-
YUV127.7140.02121.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.05%
GREEN value IS 128 (50.39% from 255) = 32.32%
BLUE value IS 149 (58.59% from 255) = 37.63%
R=30.05%
G=32.32%
B=37.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191281490.200.1400.4222212.452.55
Hex77809514E02Adec35
Octal16720022524160523361465
Binary111011110000000100101011010011100101010110111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778095; }

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

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

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

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

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

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

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

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