#73808E

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

Shades of Slate Grey #73808E

Tints of Slate Grey #73808E

Color information

#73808E (or 0x73808E) is unknown color: approx Slate Grey. HEX triplet: 73, 80 and 8E. RGB value is (115,128,142). Sum of RGB (Red+Green+Blue) = 115+128+142=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 142 - color contains mainly: blue. Hex color #73808E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73808E is #8C7F71. Grayscale: #7D7D7D. Windows color (decimal): -9207666 or 9338995. OLE color: 9338995.

HSL color Cylindrical-coordinate representation of color #73808E: hue angle of 211.11º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #73808E is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB115128142-
CMYK0.190.1000.44
HSL211.11º10.67%50.39%-
HSV(B)211.11º19.01%55.69%-
XYZ19.6721.0428.61-
YUV125.71137.19120.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.87%
GREEN value IS 128 (50.39% from 255) = 33.25%
BLUE value IS 142 (55.86% from 255) = 36.88%
R=29.87%
G=33.25%
B=36.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151281420.190.1000.44211.1110.6750.39
Hex73808E13A02Cd3b32
Octal16320021623120543231362
Binary111001110000000100011101001110100101100110100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,128,142); }

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

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

 a { background-color: rgb(115,128,142); }

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

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

 span { border-color: rgb(115,128,142); }

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