Html Css Color HEX #728091 Slate Grey

📋 copy color: '#728091'

red 114 ◦ green 128 ◦ blue 145

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

Shades of Slate Grey #728091

Tints of Slate Grey #728091

RGB

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

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

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

R = 29.46%
G = 33.07%
B = 37.47%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#728091 (or 0x728091) is known color: Slate Grey. HEX triplet: 72, 80 and 91. RGB value is (114,128,145). Sum of RGB (Red+Green+Blue) = 114+128+145=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 145 - color contains mainly: blue. Hex color #728091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728091 is #8D7F6E. Grayscale: #7D7D7D. Windows color (decimal): -9273199 or 9535602. OLE color: 9535602.

HSL color Cylindrical-coordinate representation of color #728091: hue angle of 212.9º 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 #728091 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 128 145 -
CMYK 0.21 0.12 0 0.43
HSL 212.9º 0.12% 0.51% -
HSV(B) 212.9º 0.21% 0.57% -
XYZ 19.77 21.06 29.81 -
YUV 125.75 138.86 119.62 -
System Red Green Blue C M Y K H S L
Decimal 114 128 145 0.21 0.12 0 0.43 212.9 0.12 0.51
Hex 72 80 91 15 C 0 2B D5 C 33
Octal 162 200 221 25 14 0 53 325 14 63
Binary 1110010 10000000 10010001 10101 1100 0 101011 11010101 1100 110011

Color Harmonies of #728091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728091

Black with #728091

Text Example


Text Example

White with #728091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728091; }

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

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

background-color css

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

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

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

border-color css

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

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

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