#73808C

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

Shades of Slate Grey #73808C

Tints of Slate Grey #73808C

Color information

#73808C (or 0x73808C) is unknown color: approx Slate Grey. HEX triplet: 73, 80 and 8C. RGB value is (115,128,140). Sum of RGB (Red+Green+Blue) = 115+128+140=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 140 - color contains mainly: blue. Hex color #73808C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73808C is #8C7F73. Grayscale: #7D7D7D. Windows color (decimal): -9207668 or 9207923. OLE color: 9207923.

HSL color Cylindrical-coordinate representation of color #73808C: hue angle of 208.8º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #73808C is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB115128140-
CMYK0.180.0900.45
HSL208.8º9.8%50%-
HSV(B)208.8º17.86%54.9%-
XYZ19.5220.9827.83-
YUV125.48136.19120.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.03%
GREEN value IS 128 (50.39% from 255) = 33.42%
BLUE value IS 140 (55.08% from 255) = 36.55%
R=30.03%
G=33.42%
B=36.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151281400.180.0900.45208.89.850
Hex73808C12902Dd1a32
Octal16320021422110553211262
Binary111001110000000100011001001010010101101110100011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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