#77849A

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

Shades of Light Slate Grey #77849A

Tints of Light Slate Grey #77849A

Color information

#77849A (or 0x77849A) is unknown color: approx Light Slate Grey. HEX triplet: 77, 84 and 9A. RGB value is (119,132,154). Sum of RGB (Red+Green+Blue) = 119+132+154=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 154 - color contains mainly: blue. Hex color #77849A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77849A is #887B65. Grayscale: #828282. Windows color (decimal): -8944486 or 10126455. OLE color: 10126455.

HSL color Cylindrical-coordinate representation of color #77849A: hue angle of 217.71º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77849A is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB119132154-
CMYK0.230.1400.40
HSL217.71º14.77%53.53%-
HSV(B)217.71º22.73%60.39%-
XYZ21.6922.7633.82-
YUV130.62141.19119.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.38%
GREEN value IS 132 (51.95% from 255) = 32.59%
BLUE value IS 154 (60.55% from 255) = 38.02%
R=29.38%
G=32.59%
B=38.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191321540.230.1400.40217.7114.7753.53
Hex77849A17E028daf36
Octal16720423227160503321766
Binary111011110000100100110101011111100101000110110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77849A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77849A; }

 p { color: rgb(119,132,154); }

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

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

 a { background-color: rgb(119,132,154); }

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

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

 span { border-color: rgb(119,132,154); }

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