#73808D

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

Shades of Slate Grey #73808D

Tints of Slate Grey #73808D

Color information

#73808D (or 0x73808D) is unknown color: approx Slate Grey. HEX triplet: 73, 80 and 8D. RGB value is (115,128,141). Sum of RGB (Red+Green+Blue) = 115+128+141=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 141 - color contains mainly: blue. Hex color #73808D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73808D is #8C7F72. Grayscale: #7D7D7D. Windows color (decimal): -9207667 or 9273459. OLE color: 9273459.

HSL color Cylindrical-coordinate representation of color #73808D: hue angle of 210º 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 #73808D is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB115128141-
CMYK0.180.0900.45
HSL210º10.24%50.2%-
HSV(B)210º18.44%55.29%-
XYZ19.621.0128.22-
YUV125.59136.69120.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.95%
GREEN value IS 128 (50.39% from 255) = 33.33%
BLUE value IS 141 (55.47% from 255) = 36.72%
R=29.95%
G=33.33%
B=36.72%

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
Decimal1151281410.180.0900.4521010.2450.2
Hex73808D12902Dd2a32
Octal16320021522110553221262
Binary111001110000000100011011001010010101101110100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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