Html Css Color HEX #728191 Slate Grey

📋 copy color: '#728191'

red 114 ◦ green 129 ◦ blue 145

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

Shades of Slate Grey #728191

Tints of Slate Grey #728191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.37%

R = 29.38%
G = 33.25%
B = 37.37%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#728191 (or 0x728191) is known color: Slate Grey. HEX triplet: 72, 81 and 91. RGB value is (114,129,145). Sum of RGB (Red+Green+Blue) = 114+129+145=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 145 - color contains mainly: blue. Hex color #728191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728191 is #8D7E6E. Grayscale: #7E7E7E. Windows color (decimal): -9272943 or 9535858. OLE color: 9535858.

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

Color convert

RGB 114 129 145 -
CMYK 0.21 0.11 0 0.43
HSL 210.97º 0.12% 0.51% -
HSV(B) 210.97º 0.21% 0.57% -
XYZ 19.9 21.32 29.85 -
YUV 126.34 138.53 119.2 -
System Red Green Blue C M Y K H S L
Decimal 114 129 145 0.21 0.11 0 0.43 210.97 0.12 0.51
Hex 72 81 91 15 B 0 2B D3 C 33
Octal 162 201 221 25 13 0 53 323 14 63
Binary 1110010 10000001 10010001 10101 1011 0 101011 11010011 1100 110011

Color Harmonies of #728191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728191

Black with #728191

Text Example


Text Example

White with #728191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728191; }

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

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

background-color css

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

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

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

border-color css

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

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

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