#73818C

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

Shades of Slate Grey #73818C

Tints of Slate Grey #73818C

Color information

#73818C (or 0x73818C) is unknown color: approx Slate Grey. HEX triplet: 73, 81 and 8C. RGB value is (115,129,140). Sum of RGB (Red+Green+Blue) = 115+129+140=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 140 - color contains mainly: blue. Hex color #73818C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73818C is #8C7E73. Grayscale: #7E7E7E. Windows color (decimal): -9207412 or 9208179. OLE color: 9208179.

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

Color convert

RGB115129140-
CMYK0.180.0800.45
HSL206.4º9.8%50%-
HSV(B)206.4º17.86%54.9%-
XYZ19.6521.2427.87-
YUV126.07135.86120.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.95%
GREEN value IS 129 (50.78% from 255) = 33.59%
BLUE value IS 140 (55.08% from 255) = 36.46%
R=29.95%
G=33.59%
B=36.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151291400.180.0800.45206.49.850
Hex73818C12802Dcea32
Octal16320121422100553161262
Binary111001110000001100011001001010000101101110011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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