#728287

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

Shades of Regent Grey #728287

Tints of Regent Grey #728287

Color information

#728287 (or 0x728287) is unknown color: approx Regent Grey. HEX triplet: 72, 82 and 87. RGB value is (114,130,135). Sum of RGB (Red+Green+Blue) = 114+130+135=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 135 - color contains mainly: blue. Hex color #728287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728287 is #8D7D78. Grayscale: #7D7D7D. Windows color (decimal): -9272697 or 8880754. OLE color: 8880754.

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

Color convert

RGB114130135-
CMYK0.160.0400.47
HSL194.29º8.43%48.82%-
HSV(B)194.29º15.56%52.94%-
XYZ19.321.2926.01-
YUV125.79133.2119.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.08%
GREEN value IS 130 (51.17% from 255) = 34.30%
BLUE value IS 135 (53.12% from 255) = 35.62%
R=30.08%
G=34.30%
B=35.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141301350.160.0400.47194.298.4348.82
Hex72828710402Fc2831
Octal1622022072040573021061
Binary11100101000001010000111100001000101111110000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728287; }

 p { color: rgb(114,130,135); }

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

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

 a { background-color: rgb(114,130,135); }

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

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

 span { border-color: rgb(114,130,135); }

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