#76838C

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

Shades of Slate Grey #76838C

Tints of Slate Grey #76838C

Color information

#76838C (or 0x76838C) is unknown color: approx Slate Grey. HEX triplet: 76, 83 and 8C. RGB value is (118,131,140). Sum of RGB (Red+Green+Blue) = 118+131+140=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 140 - color contains mainly: blue. Hex color #76838C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76838C is #897C73. Grayscale: #808080. Windows color (decimal): -9010292 or 9208694. OLE color: 9208694.

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

Color convert

RGB118131140-
CMYK0.160.0600.45
HSL204.55º8.73%50.59%-
HSV(B)204.55º15.71%54.9%-
XYZ20.3221.9827.98-
YUV128.14134.69120.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.33%
GREEN value IS 131 (51.56% from 255) = 33.68%
BLUE value IS 140 (55.08% from 255) = 35.99%
R=30.33%
G=33.68%
B=35.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181311400.160.0600.45204.558.7350.59
Hex76838C10602Dcd933
Octal1662032142060553151163
Binary11101101000001110001100100001100101101110011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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