#76808F

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

Shades of Slate Grey #76808F

Tints of Slate Grey #76808F

Color information

#76808F (or 0x76808F) is unknown color: approx Slate Grey. HEX triplet: 76, 80 and 8F. RGB value is (118,128,143). Sum of RGB (Red+Green+Blue) = 118+128+143=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 143 - color contains mainly: blue. Hex color #76808F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76808F is #897F70. Grayscale: #7E7E7E. Windows color (decimal): -9011057 or 9404534. OLE color: 9404534.

HSL color Cylindrical-coordinate representation of color #76808F: hue angle of 216º 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 #76808F is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB118128143-
CMYK0.170.1000.44
HSL216º10.04%51.18%-
HSV(B)216º17.48%56.08%-
XYZ20.1521.2729.03-
YUV126.72137.19121.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.33%
GREEN value IS 128 (50.39% from 255) = 32.90%
BLUE value IS 143 (56.25% from 255) = 36.76%
R=30.33%
G=32.90%
B=36.76%

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
Decimal1181281430.170.1000.4421610.0451.18
Hex76808F11A02Cd8a33
Octal16620021721120543301263
Binary111011010000000100011111000110100101100110110001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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