Html Css Color HEX #728190 Slate Grey

📋 copy color: '#728190'

red 114 ◦ green 129 ◦ blue 144

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

Shades of Slate Grey #728190

Tints of Slate Grey #728190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.33%

 BLUE value IS 144 (56.64% from 255) = 37.21%

R = 29.46%
G = 33.33%
B = 37.21%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#728190 (or 0x728190) is known color: Slate Grey. HEX triplet: 72, 81 and 90. RGB value is (114,129,144). Sum of RGB (Red+Green+Blue) = 114+129+144=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 144 - color contains mainly: blue. Hex color #728190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728190 is #8D7E6F. Grayscale: #7E7E7E. Windows color (decimal): -9272944 or 9470322. OLE color: 9470322.

HSL color Cylindrical-coordinate representation of color #728190: hue angle of 210º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #728190 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 129 144 -
CMYK 0.21 0.10 0 0.44
HSL 210º 0.12% 0.51% -
HSV(B) 210º 0.21% 0.56% -
XYZ 19.82 21.29 29.45 -
YUV 126.23 138.03 119.28 -
System Red Green Blue C M Y K H S L
Decimal 114 129 144 0.21 0.10 0 0.44 210 0.12 0.51
Hex 72 81 90 15 A 0 2C D2 C 33
Octal 162 201 220 25 12 0 54 322 14 63
Binary 1110010 10000001 10010000 10101 1010 0 101100 11010010 1100 110011

Color Harmonies of #728190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728190

Black with #728190

Text Example


Text Example

White with #728190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728190; }

 p { color: rgb(114,129,144); }

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

background-color css

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

 a { background-color: rgb(114,129,144); }

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

border-color css

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

 span { border-color: rgb(114,129,144); }

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