Html Css Color HEX #728090 Slate Grey

📋 copy color: '#728090'

red 114 ◦ green 128 ◦ blue 144

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

Shades of Slate Grey #728090

Tints of Slate Grey #728090

RGB

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

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

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

R = 29.53%
G = 33.16%
B = 37.31%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#728090 (or 0x728090) is known color: Slate Grey. HEX triplet: 72, 80 and 90. RGB value is (114,128,144). Sum of RGB (Red+Green+Blue) = 114+128+144=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 144 - color contains mainly: blue. Hex color #728090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728090 is #8D7F6F. Grayscale: #7D7D7D. Windows color (decimal): -9273200 or 9470066. OLE color: 9470066.

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

Color convert

RGB 114 128 144 -
CMYK 0.21 0.11 0 0.44
HSL 212º 0.12% 0.51% -
HSV(B) 212º 0.21% 0.56% -
XYZ 19.69 21.03 29.41 -
YUV 125.64 138.36 119.7 -
System Red Green Blue C M Y K H S L
Decimal 114 128 144 0.21 0.11 0 0.44 212 0.12 0.51
Hex 72 80 90 15 B 0 2C D4 C 33
Octal 162 200 220 25 13 0 54 324 14 63
Binary 1110010 10000000 10010000 10101 1011 0 101100 11010100 1100 110011

Color Harmonies of #728090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728090

Black with #728090

Text Example


Text Example

White with #728090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728090; }

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

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

background-color css

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

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

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

border-color css

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

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

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