#76808D

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

Shades of Slate Grey #76808D

Tints of Slate Grey #76808D

Color information

#76808D (or 0x76808D) is unknown color: approx Slate Grey. HEX triplet: 76, 80 and 8D. RGB value is (118,128,141). Sum of RGB (Red+Green+Blue) = 118+128+141=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 141 - color contains mainly: blue. Hex color #76808D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76808D is #897F72. Grayscale: #7E7E7E. Windows color (decimal): -9011059 or 9273462. OLE color: 9273462.

HSL color Cylindrical-coordinate representation of color #76808D: hue angle of 213.91º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #76808D is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB118128141-
CMYK0.160.0900.45
HSL213.91º9.16%50.78%-
HSV(B)213.91º16.31%55.29%-
XYZ2021.2128.24-
YUV126.49136.19121.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.49%
GREEN value IS 128 (50.39% from 255) = 33.07%
BLUE value IS 141 (55.47% from 255) = 36.43%
R=30.49%
G=33.07%
B=36.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181281410.160.0900.45213.919.1650.78
Hex76808D10902Dd6933
Octal16620021520110553261163
Binary111011010000000100011011000010010101101110101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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