Html Css Color HEX #728392 Slate Grey

📋 copy color: '#728392'

red 114 ◦ green 131 ◦ blue 146

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

Shades of Slate Grey #728392

Tints of Slate Grey #728392

RGB

 RED value IS 114 (44.92% from 255) = 29.16%

 GREEN value IS 131 (51.56% from 255) = 33.5%

 BLUE value IS 146 (57.42% from 255) = 37.34%

R = 29.16%
G = 33.5%
B = 37.34%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#728392 (or 0x728392) is known color: Slate Grey. HEX triplet: 72, 83 and 92. RGB value is (114,131,146). Sum of RGB (Red+Green+Blue) = 114+131+146=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 146 - color contains mainly: blue. Hex color #728392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728392 is #8D7C6D. Grayscale: #7F7F7F. Windows color (decimal): -9272430 or 9601906. OLE color: 9601906.

HSL color Cylindrical-coordinate representation of color #728392: hue angle of 208.12º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #728392 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 131 146 -
CMYK 0.22 0.10 0 0.43
HSL 208.13º 0.13% 0.51% -
HSV(B) 208.13º 0.22% 0.57% -
XYZ 20.24 21.89 30.35 -
YUV 127.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 114 131 146 0.22 0.10 0 0.43 208.13 0.13 0.51
Hex 72 83 92 16 A 0 2B D0 D 33
Octal 162 203 222 26 12 0 53 320 15 63
Binary 1110010 10000011 10010010 10110 1010 0 101011 11010000 1101 110011

Color Harmonies of #728392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728392

Black with #728392

Text Example


Text Example

White with #728392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728392; }

 p { color: rgb(114,131,146); }

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

background-color css

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

 a { background-color: rgb(114,131,146); }

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

border-color css

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

 span { border-color: rgb(114,131,146); }

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