#728791

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

Shades of Regent Grey #728791

Tints of Regent Grey #728791

Color information

#728791 (or 0x728791) is unknown color: approx Regent Grey. HEX triplet: 72, 87 and 91. RGB value is (114,135,145). Sum of RGB (Red+Green+Blue) = 114+135+145=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 145 - color contains mainly: blue. Hex color #728791 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728791 is #8D786E. Grayscale: #818181. Windows color (decimal): -9271407 or 9537394. OLE color: 9537394.

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

Color convert

RGB114135145-
CMYK0.210.0700.43
HSL199.35º12.35%50.78%-
HSV(B)199.35º21.38%56.86%-
XYZ20.7122.9530.13-
YUV129.86136.54116.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.93%
GREEN value IS 135 (53.12% from 255) = 34.26%
BLUE value IS 145 (57.03% from 255) = 36.80%
R=28.93%
G=34.26%
B=36.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141351450.210.0700.43199.3512.3550.78
Hex72879115702Bc7c33
Octal1622072212570533071463
Binary11100101000011110010001101011110101011110001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728791; }

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

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

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

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

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

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

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

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