#728A9A

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

Shades of Bermuda Grey #728A9A

Tints of Bermuda Grey #728A9A

Color information

#728A9A (or 0x728A9A) is unknown color: approx Bermuda Grey. HEX triplet: 72, 8A and 9A. RGB value is (114,138,154). Sum of RGB (Red+Green+Blue) = 114+138+154=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 154 - color contains mainly: blue. Hex color #728A9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728A9A is #8D7565. Grayscale: #848484. Windows color (decimal): -9270630 or 10127986. OLE color: 10127986.

HSL color Cylindrical-coordinate representation of color #728A9A: hue angle of 204º 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 #728A9A is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB114138154-
CMYK0.260.1000.40
HSL204º16.53%52.55%-
HSV(B)204º25.97%60.39%-
XYZ21.8624.0934.07-
YUV132.65140.05114.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.08%
GREEN value IS 138 (54.30% from 255) = 33.99%
BLUE value IS 154 (60.55% from 255) = 37.93%
R=28.08%
G=33.99%
B=37.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1141381540.260.1000.4020416.5352.55
Hex728A9A1AA028cc1135
Octal16221223232120503142165
Binary1110010100010101001101011010101001010001100110010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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