#76849C

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

Shades of Light Slate Grey #76849C

Tints of Light Slate Grey #76849C

Color information

#76849C (or 0x76849C) is unknown color: approx Light Slate Grey. HEX triplet: 76, 84 and 9C. RGB value is (118,132,156). Sum of RGB (Red+Green+Blue) = 118+132+156=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 156 - color contains mainly: blue. Hex color #76849C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76849C is #897B63. Grayscale: #828282. Windows color (decimal): -9010020 or 10257526. OLE color: 10257526.

HSL color Cylindrical-coordinate representation of color #76849C: hue angle of 217.89º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #76849C is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB118132156-
CMYK0.240.1500.39
HSL217.89º16.1%53.73%-
HSV(B)217.89º24.36%61.18%-
XYZ21.7222.7534.7-
YUV130.55142.36119.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.06%
GREEN value IS 132 (51.95% from 255) = 32.51%
BLUE value IS 156 (61.33% from 255) = 38.42%
R=29.06%
G=32.51%
B=38.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181321560.240.1500.39217.8916.153.73
Hex76849C18F027da1036
Octal16620423430170473322066
Binary1110110100001001001110011000111101001111101101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76849C; }

 p { color: rgb(118,132,156); }

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

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

 a { background-color: rgb(118,132,156); }

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

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

 span { border-color: rgb(118,132,156); }

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