#728893

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

Shades of Bermuda Grey #728893

Tints of Bermuda Grey #728893

Color information

#728893 (or 0x728893) is unknown color: approx Bermuda Grey. HEX triplet: 72, 88 and 93. RGB value is (114,136,147). Sum of RGB (Red+Green+Blue) = 114+136+147=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 147 - color contains mainly: blue. Hex color #728893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728893 is #8D776C. Grayscale: #828282. Windows color (decimal): -9271149 or 9668722. OLE color: 9668722.

HSL color Cylindrical-coordinate representation of color #728893: hue angle of 200º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #728893 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB114136147-
CMYK0.220.0700.42
HSL200º13.25%51.18%-
HSV(B)200º22.45%57.65%-
XYZ21.0123.2930.99-
YUV130.68137.21116.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.72%
GREEN value IS 136 (53.52% from 255) = 34.26%
BLUE value IS 147 (57.81% from 255) = 37.03%
R=28.72%
G=34.26%
B=37.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141361470.220.0700.4220013.2551.18
Hex72889316702Ac8d33
Octal1622102232670523101563
Binary11100101000100010010011101101110101010110010001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728893; }

 p { color: rgb(114,136,147); }

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

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

 a { background-color: rgb(114,136,147); }

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

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

 span { border-color: rgb(114,136,147); }

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