#73838D

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

Shades of Slate Grey #73838D

Tints of Slate Grey #73838D

Color information

#73838D (or 0x73838D) is unknown color: approx Slate Grey. HEX triplet: 73, 83 and 8D. RGB value is (115,131,141). Sum of RGB (Red+Green+Blue) = 115+131+141=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 141 - color contains mainly: blue. Hex color #73838D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73838D is #8C7C72. Grayscale: #7F7F7F. Windows color (decimal): -9206899 or 9274227. OLE color: 9274227.

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

Color convert

RGB115131141-
CMYK0.180.0700.45
HSL203.08º10.24%50.2%-
HSV(B)203.08º18.44%55.29%-
XYZ19.9921.828.35-
YUV127.36135.7119.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.72%
GREEN value IS 131 (51.56% from 255) = 33.85%
BLUE value IS 141 (55.47% from 255) = 36.43%
R=29.72%
G=33.85%
B=36.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151311410.180.0700.45203.0810.2450.2
Hex73838D12702Dcba32
Octal1632032152270553131262
Binary11100111000001110001101100101110101101110010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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