#76808B

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

Shades of Slate Grey #76808B

Tints of Slate Grey #76808B

Color information

#76808B (or 0x76808B) is unknown color: approx Slate Grey. HEX triplet: 76, 80 and 8B. RGB value is (118,128,139). Sum of RGB (Red+Green+Blue) = 118+128+139=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 139 - color contains mainly: blue. Hex color #76808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76808B is #897F74. Grayscale: #7E7E7E. Windows color (decimal): -9011061 or 9142390. OLE color: 9142390.

HSL color Cylindrical-coordinate representation of color #76808B: hue angle of 211.43º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #76808B is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB118128139-
CMYK0.150.0800.45
HSL211.43º8.3%50.39%-
HSV(B)211.43º15.11%54.51%-
XYZ19.8521.1527.46-
YUV126.26135.19122.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.65%
GREEN value IS 128 (50.39% from 255) = 33.25%
BLUE value IS 139 (54.69% from 255) = 36.10%
R=30.65%
G=33.25%
B=36.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181281390.150.0800.45211.438.350.39
Hex76808BF802Dd3832
Octal16620021317100553231062
Binary11101101000000010001011111110000101101110100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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