#728C99

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

Shades of Bermuda Grey #728C99

Tints of Bermuda Grey #728C99

Color information

#728C99 (or 0x728C99) is unknown color: approx Bermuda Grey. HEX triplet: 72, 8C and 99. RGB value is (114,140,153). Sum of RGB (Red+Green+Blue) = 114+140+153=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 153 - color contains mainly: blue. Hex color #728C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728C99 is #8D7366. Grayscale: #858585. Windows color (decimal): -9270119 or 10062962. OLE color: 10062962.

HSL color Cylindrical-coordinate representation of color #728C99: hue angle of 200º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #728C99 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB114140153-
CMYK0.250.0800.4
HSL200º16.05%52.35%-
HSV(B)200º25.49%60%-
XYZ22.0724.6333.73-
YUV133.71138.89113.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.01%
GREEN value IS 140 (55.08% from 255) = 34.40%
BLUE value IS 153 (60.16% from 255) = 37.59%
R=28.01%
G=34.40%
B=37.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1141401530.250.0800.420016.0552.35
Hex728C99198028c81034
Octal16221423131100503102064
Binary1110010100011001001100111001100001010001100100010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,140,153); }

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

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

 a { background-color: rgb(114,140,153); }

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

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

 span { border-color: rgb(114,140,153); }

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