#76828B

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

Shades of Slate Grey #76828B

Tints of Slate Grey #76828B

Color information

#76828B (or 0x76828B) is unknown color: approx Slate Grey. HEX triplet: 76, 82 and 8B. RGB value is (118,130,139). Sum of RGB (Red+Green+Blue) = 118+130+139=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 139 - color contains mainly: blue. Hex color #76828B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76828B is #897D74. Grayscale: #7F7F7F. Windows color (decimal): -9010549 or 9142902. OLE color: 9142902.

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

Color convert

RGB118130139-
CMYK0.150.0600.45
HSL205.71º8.3%50.39%-
HSV(B)205.71º15.11%54.51%-
XYZ20.1121.6827.55-
YUV127.44134.52121.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.49%
GREEN value IS 130 (51.17% from 255) = 33.59%
BLUE value IS 139 (54.69% from 255) = 35.92%
R=30.49%
G=33.59%
B=35.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181301390.150.0600.45205.718.350.39
Hex76828BF602Dce832
Octal1662022131760553161062
Binary1110110100000101000101111111100101101110011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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