Html Css Color HEX #73838D Slate Grey

📋 copy color: '#73838D'

red 115 ◦ green 131 ◦ blue 141

#73838D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Grey #73838D

Tints of Slate Grey #73838D

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 value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#73838D (or 0x73838D) is known color: 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

RGB 115 131 141 -
CMYK 0.18 0.07 0 0.45
HSL 203.08º 0.1% 0.5% -
HSV(B) 203.08º 0.18% 0.55% -
XYZ 19.99 21.8 28.35 -
YUV 127.36 135.7 119.19 -
System Red Green Blue C M Y K H S L
Decimal 115 131 141 0.18 0.07 0 0.45 203.08 0.1 0.5
Hex 73 83 8D 12 7 0 2D CB A 32
Octal 163 203 215 22 7 0 55 313 12 62
Binary 1110011 10000011 10001101 10010 111 0 101101 11001011 1010 110010

Color Harmonies of #73838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73838D

Black with #73838D

Text Example


Text Example

White with #73838D

Text Example


Text Example

HTML Codes & Css Web 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>