#778591

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

Shades of Light Slate Grey #778591

Tints of Light Slate Grey #778591

Color information

#778591 (or 0x778591) is unknown color: approx Light Slate Grey. HEX triplet: 77, 85 and 91. RGB value is (119,133,145). Sum of RGB (Red+Green+Blue) = 119+133+145=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 145 - color contains mainly: blue. Hex color #778591 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778591 is #887A6E. Grayscale: #828282. Windows color (decimal): -8944239 or 9536887. OLE color: 9536887.

HSL color Cylindrical-coordinate representation of color #778591: hue angle of 207.69º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #778591 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB119133145-
CMYK0.180.0800.43
HSL207.69º10.57%51.76%-
HSV(B)207.69º17.93%56.86%-
XYZ21.1122.7430.07-
YUV130.18136.36120.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.97%
GREEN value IS 133 (52.34% from 255) = 33.50%
BLUE value IS 145 (57.03% from 255) = 36.52%
R=29.97%
G=33.50%
B=36.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1191331450.180.0800.43207.6910.5751.76
Hex77859112802Bd0b34
Octal16720522122100533201364
Binary111011110000101100100011001010000101011110100001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778591; }

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

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

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

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

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

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

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

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