#73818B

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

Shades of Slate Grey #73818B

Tints of Slate Grey #73818B

Color information

#73818B (or 0x73818B) is unknown color: approx Slate Grey. HEX triplet: 73, 81 and 8B. RGB value is (115,129,139). Sum of RGB (Red+Green+Blue) = 115+129+139=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 139 - color contains mainly: blue. Hex color #73818B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73818B is #8C7E74. Grayscale: #7D7D7D. Windows color (decimal): -9207413 or 9142643. OLE color: 9142643.

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

Color convert

RGB115129139-
CMYK0.170.0700.45
HSL205º9.45%49.8%-
HSV(B)205º17.27%54.51%-
XYZ19.5821.2127.49-
YUV125.95135.36120.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.03%
GREEN value IS 129 (50.78% from 255) = 33.68%
BLUE value IS 139 (54.69% from 255) = 36.29%
R=30.03%
G=33.68%
B=36.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151291390.170.0700.452059.4549.8
Hex73818B11702Dcd932
Octal1632012132170553151162
Binary11100111000000110001011100011110101101110011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,129,139); }

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

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

 a { background-color: rgb(115,129,139); }

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

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

 span { border-color: rgb(115,129,139); }

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