#76848E

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

Shades of Slate Grey #76848E

Tints of Slate Grey #76848E

Color information

#76848E (or 0x76848E) is unknown color: approx Slate Grey. HEX triplet: 76, 84 and 8E. RGB value is (118,132,142). Sum of RGB (Red+Green+Blue) = 118+132+142=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 142 - color contains mainly: blue. Hex color #76848E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76848E is #897B71. Grayscale: #808080. Windows color (decimal): -9010034 or 9340022. OLE color: 9340022.

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

Color convert

RGB118132142-
CMYK0.170.0700.44
HSL205º9.6%50.98%-
HSV(B)205º16.9%55.69%-
XYZ20.622.3128.81-
YUV128.95135.36120.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.10%
GREEN value IS 132 (51.95% from 255) = 33.67%
BLUE value IS 142 (55.86% from 255) = 36.22%
R=30.10%
G=33.67%
B=36.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181321420.170.0700.442059.650.98
Hex76848E11702Ccda33
Octal1662042162170543151263
Binary11101101000010010001110100011110101100110011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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