#76889C

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

Shades of Light Slate Grey #76889C

Tints of Light Slate Grey #76889C

Color information

#76889C (or 0x76889C) is unknown color: approx Light Slate Grey. HEX triplet: 76, 88 and 9C. RGB value is (118,136,156). Sum of RGB (Red+Green+Blue) = 118+136+156=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 156 - color contains mainly: blue. Hex color #76889C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76889C is #897763. Grayscale: #848484. Windows color (decimal): -9008996 or 10258550. OLE color: 10258550.

HSL color Cylindrical-coordinate representation of color #76889C: hue angle of 211.58º 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 #76889C is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB118136156-
CMYK0.240.1300.39
HSL211.58º16.1%53.73%-
HSV(B)211.58º24.36%61.18%-
XYZ22.2823.8634.88-
YUV132.9141.04117.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.78%
GREEN value IS 136 (53.52% from 255) = 33.17%
BLUE value IS 156 (61.33% from 255) = 38.05%
R=28.78%
G=33.17%
B=38.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181361560.240.1300.39211.5816.153.73
Hex76889C18D027d41036
Octal16621023430150473242066
Binary1110110100010001001110011000110101001111101010010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76889C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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