Html Css Color HEX #728491 Slate Grey

📋 copy color: '#728491'

red 114 ◦ green 132 ◦ blue 145

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

Shades of Slate Grey #728491

Tints of Slate Grey #728491

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.76%

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

R = 29.16%
G = 33.76%
B = 37.08%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#728491 (or 0x728491) is known color: Slate Grey. HEX triplet: 72, 84 and 91. RGB value is (114,132,145). Sum of RGB (Red+Green+Blue) = 114+132+145=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 145 - color contains mainly: blue. Hex color #728491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728491 is #8D7B6E. Grayscale: #808080. Windows color (decimal): -9272175 or 9536626. OLE color: 9536626.

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

Color convert

RGB 114 132 145 -
CMYK 0.21 0.09 0 0.43
HSL 205.16º 0.12% 0.51% -
HSV(B) 205.16º 0.21% 0.57% -
XYZ 20.3 22.12 29.99 -
YUV 128.1 137.54 117.94 -
System Red Green Blue C M Y K H S L
Decimal 114 132 145 0.21 0.09 0 0.43 205.16 0.12 0.51
Hex 72 84 91 15 9 0 2B CD C 33
Octal 162 204 221 25 11 0 53 315 14 63
Binary 1110010 10000100 10010001 10101 1001 0 101011 11001101 1100 110011

Color Harmonies of #728491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728491

Black with #728491

Text Example


Text Example

White with #728491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728491; }

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

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

background-color css

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

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

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

border-color css

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

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

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