#728691

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

Shades of Regent Grey #728691

Tints of Regent Grey #728691

Color information

#728691 (or 0x728691) is unknown color: approx Regent Grey. HEX triplet: 72, 86 and 91. RGB value is (114,134,145). Sum of RGB (Red+Green+Blue) = 114+134+145=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 145 - color contains mainly: blue. Hex color #728691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728691 is #8D796E. Grayscale: #818181. Windows color (decimal): -9271663 or 9537138. OLE color: 9537138.

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

Color convert

RGB114134145-
CMYK0.210.0800.43
HSL201.29º12.35%50.78%-
HSV(B)201.29º21.38%56.86%-
XYZ20.5822.6730.08-
YUV129.27136.87117.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.01%
GREEN value IS 134 (52.73% from 255) = 34.10%
BLUE value IS 145 (57.03% from 255) = 36.90%
R=29.01%
G=34.10%
B=36.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141341450.210.0800.43201.2912.3550.78
Hex72869115802Bc9c33
Octal16220622125100533111463
Binary111001010000110100100011010110000101011110010011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728691; }

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

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

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

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

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

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

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

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