#76808E

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

Shades of Slate Grey #76808E

Tints of Slate Grey #76808E

Color information

#76808E (or 0x76808E) is unknown color: approx Slate Grey. HEX triplet: 76, 80 and 8E. RGB value is (118,128,142). Sum of RGB (Red+Green+Blue) = 118+128+142=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 142 - color contains mainly: blue. Hex color #76808E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76808E is #897F71. Grayscale: #7E7E7E. Windows color (decimal): -9011058 or 9338998. OLE color: 9338998.

HSL color Cylindrical-coordinate representation of color #76808E: hue angle of 215º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #76808E is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB118128142-
CMYK0.170.1000.44
HSL215º9.6%50.98%-
HSV(B)215º16.9%55.69%-
XYZ20.0721.2428.63-
YUV126.61136.69121.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.41%
GREEN value IS 128 (50.39% from 255) = 32.99%
BLUE value IS 142 (55.86% from 255) = 36.60%
R=30.41%
G=32.99%
B=36.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181281420.170.1000.442159.650.98
Hex76808E11A02Cd7a33
Octal16620021621120543271263
Binary111011010000000100011101000110100101100110101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,128,142); }

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

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

 a { background-color: rgb(118,128,142); }

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

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

 span { border-color: rgb(118,128,142); }

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