#728D9A

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

Shades of Bermuda Grey #728D9A

Tints of Bermuda Grey #728D9A

Color information

#728D9A (or 0x728D9A) is unknown color: approx Bermuda Grey. HEX triplet: 72, 8D and 9A. RGB value is (114,141,154). Sum of RGB (Red+Green+Blue) = 114+141+154=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 154 - color contains mainly: blue. Hex color #728D9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728D9A is #8D7265. Grayscale: #868686. Windows color (decimal): -9269862 or 10128754. OLE color: 10128754.

HSL color Cylindrical-coordinate representation of color #728D9A: hue angle of 199.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #728D9A is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB114141154-
CMYK0.260.0800.40
HSL199.5º16.53%52.55%-
HSV(B)199.5º25.97%60.39%-
XYZ22.324.9634.21-
YUV134.41139.05113.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.87%
GREEN value IS 141 (55.47% from 255) = 34.47%
BLUE value IS 154 (60.55% from 255) = 37.65%
R=27.87%
G=34.47%
B=37.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1141411540.260.0800.40199.516.5352.55
Hex728D9A1A8028c71135
Octal16221523232100503072165
Binary1110010100011011001101011010100001010001100011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728D9A; }

 p { color: rgb(114,141,154); }

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

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

 a { background-color: rgb(114,141,154); }

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

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

 span { border-color: rgb(114,141,154); }

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