Html Css Color HEX #73808D Slate Grey

📋 copy color: '#73808D'

red 115 ◦ green 128 ◦ blue 141

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

Shades of Slate Grey #73808D

Tints of Slate Grey #73808D

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

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

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

RGB 115 128 141 -
CMYK 0.18 0.09 0 0.45
HSL 210º 0.1% 0.5% -
HSV(B) 210º 0.18% 0.55% -
XYZ 19.6 21.01 28.22 -
YUV 125.6 136.69 120.44 -
System Red Green Blue C M Y K H S L
Decimal 115 128 141 0.18 0.09 0 0.45 210 0.1 0.5
Hex 73 80 8D 12 9 0 2D D2 A 32
Octal 163 200 215 22 11 0 55 322 12 62
Binary 1110011 10000000 10001101 10010 1001 0 101101 11010010 1010 110010

Color Harmonies of #73808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73808D

Black with #73808D

Text Example


Text Example

White with #73808D

Text Example


Text Example

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