Html Css Color HEX #73808C Slate Grey

📋 copy color: '#73808C'

red 115 ◦ green 128 ◦ blue 140

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

Shades of Slate Grey #73808C

Tints of Slate Grey #73808C

RGB

 RED value IS 115 (45.31% from 255) = 30.03%

 GREEN value IS 128 (50.39% from 255) = 33.42%

 BLUE value IS 140 (55.08% from 255) = 36.55%

R = 30.03%
G = 33.42%
B = 36.55%

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

#73808C (or 0x73808C) is known color: Slate Grey. HEX triplet: 73, 80 and 8C. RGB value is (115,128,140). Sum of RGB (Red+Green+Blue) = 115+128+140=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 140 - color contains mainly: blue. Hex color #73808C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73808C is #8C7F73. Grayscale: #7D7D7D. Windows color (decimal): -9207668 or 9207923. OLE color: 9207923.

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

Color convert

RGB 115 128 140 -
CMYK 0.18 0.09 0 0.45
HSL 208.8º 0.1% 0.5% -
HSV(B) 208.8º 0.18% 0.55% -
XYZ 19.52 20.98 27.83 -
YUV 125.48 136.19 120.52 -
System Red Green Blue C M Y K H S L
Decimal 115 128 140 0.18 0.09 0 0.45 208.8 0.1 0.5
Hex 73 80 8C 12 9 0 2D D1 A 32
Octal 163 200 214 22 11 0 55 321 12 62
Binary 1110011 10000000 10001100 10010 1001 0 101101 11010001 1010 110010

Color Harmonies of #73808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73808C

Black with #73808C

Text Example


Text Example

White with #73808C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73808C;
 }
 .AnyTagClassName
 {
   color: #73808C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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