#728486

Color #728486 Regent Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent Grey #728486

Tints of Regent Grey #728486

Color information

#728486 (or 0x728486) is unknown color: approx Regent Grey. HEX triplet: 72, 84 and 86. RGB value is (114,132,134). Sum of RGB (Red+Green+Blue) = 114+132+134=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 134 - color contains mainly: blue. Hex color #728486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728486 is #8D7B79. Grayscale: #7E7E7E. Windows color (decimal): -9272186 or 8815730. OLE color: 8815730.

HSL color Cylindrical-coordinate representation of color #728486: hue angle of 186º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #728486 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB114132134-
CMYK0.150.0100.47
HSL186º8.06%48.63%-
HSV(B)186º14.93%52.55%-
XYZ19.4921.825.73-
YUV126.85132.04118.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30%
GREEN value IS 132 (51.95% from 255) = 34.74%
BLUE value IS 134 (52.73% from 255) = 35.26%
R=30%
G=34.74%
B=35.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141321340.150.0100.471868.0648.63
Hex728486F102Fba831
Octal1622042061710572721061
Binary11100101000010010000110111110101111101110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728486; }

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

 H1.HeaderClassName
 {
   color: #728486;
 }
 .AnyTagClassName
 {
   color: #728486;
 }
</style>
background-color css

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

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

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

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

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

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