#76818D

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

Shades of Slate Grey #76818D

Tints of Slate Grey #76818D

Color information

#76818D (or 0x76818D) is unknown color: approx Slate Grey. HEX triplet: 76, 81 and 8D. RGB value is (118,129,141). Sum of RGB (Red+Green+Blue) = 118+129+141=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 141 - color contains mainly: blue. Hex color #76818D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76818D is #897E72. Grayscale: #7F7F7F. Windows color (decimal): -9010803 or 9273718. OLE color: 9273718.

HSL color Cylindrical-coordinate representation of color #76818D: hue angle of 211.3º 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 #76818D is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB118129141-
CMYK0.160.0900.45
HSL211.3º9.16%50.78%-
HSV(B)211.3º16.31%55.29%-
XYZ20.1321.4828.28-
YUV127.08135.86121.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.41%
GREEN value IS 129 (50.78% from 255) = 33.25%
BLUE value IS 141 (55.47% from 255) = 36.34%
R=30.41%
G=33.25%
B=36.34%

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
Decimal1181291410.160.0900.45211.39.1650.78
Hex76818D10902Dd3933
Octal16620121520110553231163
Binary111011010000001100011011000010010101101110100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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