#76838D

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

Shades of Slate Grey #76838D

Tints of Slate Grey #76838D

Color information

#76838D (or 0x76838D) is unknown color: approx Slate Grey. HEX triplet: 76, 83 and 8D. RGB value is (118,131,141). Sum of RGB (Red+Green+Blue) = 118+131+141=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 141 - color contains mainly: blue. Hex color #76838D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76838D is #897C72. Grayscale: #808080. Windows color (decimal): -9010291 or 9274230. OLE color: 9274230.

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

Color convert

RGB118131141-
CMYK0.160.0700.45
HSL206.09º9.16%50.78%-
HSV(B)206.09º16.31%55.29%-
XYZ20.422.0128.37-
YUV128.25135.19120.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.26%
GREEN value IS 131 (51.56% from 255) = 33.59%
BLUE value IS 141 (55.47% from 255) = 36.15%
R=30.26%
G=33.59%
B=36.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181311410.160.0700.45206.099.1650.78
Hex76838D10702Dce933
Octal1662032152070553161163
Binary11101101000001110001101100001110101101110011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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