#778596

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

Shades of Light Slate Grey #778596

Tints of Light Slate Grey #778596

Color information

#778596 (or 0x778596) is unknown color: approx Light Slate Grey. HEX triplet: 77, 85 and 96. RGB value is (119,133,150). Sum of RGB (Red+Green+Blue) = 119+133+150=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 150 - color contains mainly: blue. Hex color #778596 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778596 is #887A69. Grayscale: #828282. Windows color (decimal): -8944234 or 9864567. OLE color: 9864567.

HSL color Cylindrical-coordinate representation of color #778596: hue angle of 212.9º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #778596 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB119133150-
CMYK0.210.1100.41
HSL212.9º12.86%52.75%-
HSV(B)212.9º20.67%58.82%-
XYZ21.522.932.14-
YUV130.75138.86119.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.60%
GREEN value IS 133 (52.34% from 255) = 33.08%
BLUE value IS 150 (58.98% from 255) = 37.31%
R=29.60%
G=33.08%
B=37.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1191331500.210.1100.41212.912.8652.75
Hex77859615B029d5d35
Octal16720522625130513251565
Binary111011110000101100101101010110110101001110101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778596; }

 p { color: rgb(119,133,150); }

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

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

 a { background-color: rgb(119,133,150); }

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

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

 span { border-color: rgb(119,133,150); }

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