#76889E

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

Shades of Light Slate Grey #76889E

Tints of Light Slate Grey #76889E

Color information

#76889E (or 0x76889E) is unknown color: approx Light Slate Grey. HEX triplet: 76, 88 and 9E. RGB value is (118,136,158). Sum of RGB (Red+Green+Blue) = 118+136+158=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 158 - color contains mainly: blue. Hex color #76889E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76889E is #897761. Grayscale: #858585. Windows color (decimal): -9008994 or 10389622. OLE color: 10389622.

HSL color Cylindrical-coordinate representation of color #76889E: hue angle of 213º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #76889E is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB118136158-
CMYK0.250.1400.38
HSL213º17.09%54.12%-
HSV(B)213º25.32%61.96%-
XYZ22.4523.9335.78-
YUV133.13142.04117.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.64%
GREEN value IS 136 (53.52% from 255) = 33.01%
BLUE value IS 158 (62.11% from 255) = 38.35%
R=28.64%
G=33.01%
B=38.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181361580.250.1400.3821317.0954.12
Hex76889E19E026d51136
Octal16621023631160463252166
Binary1110110100010001001111011001111001001101101010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76889E; }

 p { color: rgb(118,136,158); }

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

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

 a { background-color: rgb(118,136,158); }

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

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

 span { border-color: rgb(118,136,158); }

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