#76818E

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

Shades of Slate Grey #76818E

Tints of Slate Grey #76818E

Color information

#76818E (or 0x76818E) is unknown color: approx Slate Grey. HEX triplet: 76, 81 and 8E. RGB value is (118,129,142). Sum of RGB (Red+Green+Blue) = 118+129+142=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 142 - color contains mainly: blue. Hex color #76818E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76818E is #897E71. Grayscale: #7F7F7F. Windows color (decimal): -9010802 or 9339254. OLE color: 9339254.

HSL color Cylindrical-coordinate representation of color #76818E: hue angle of 212.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #76818E is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB118129142-
CMYK0.170.0900.44
HSL212.5º9.6%50.98%-
HSV(B)212.5º16.9%55.69%-
XYZ20.221.5128.68-
YUV127.19136.36121.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.33%
GREEN value IS 129 (50.78% from 255) = 33.16%
BLUE value IS 142 (55.86% from 255) = 36.50%
R=30.33%
G=33.16%
B=36.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181291420.170.0900.44212.59.650.98
Hex76818E11902Cd4a33
Octal16620121621110543241263
Binary111011010000001100011101000110010101100110101001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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