#76889B

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

Shades of Light Slate Grey #76889B

Tints of Light Slate Grey #76889B

Color information

#76889B (or 0x76889B) is unknown color: approx Light Slate Grey. HEX triplet: 76, 88 and 9B. RGB value is (118,136,155). Sum of RGB (Red+Green+Blue) = 118+136+155=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 155 - color contains mainly: blue. Hex color #76889B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76889B is #897764. Grayscale: #848484. Windows color (decimal): -9008997 or 10193014. OLE color: 10193014.

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

Color convert

RGB118136155-
CMYK0.240.1200.39
HSL210.81º15.61%53.53%-
HSV(B)210.81º23.87%60.78%-
XYZ22.1923.8334.44-
YUV132.78140.54117.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.85%
GREEN value IS 136 (53.52% from 255) = 33.25%
BLUE value IS 155 (60.94% from 255) = 37.90%
R=28.85%
G=33.25%
B=37.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181361550.240.1200.39210.8115.6153.53
Hex76889B18C027d31036
Octal16621023330140473232066
Binary1110110100010001001101111000110001001111101001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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