#728D98

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

Shades of Bermuda Grey #728D98

Tints of Bermuda Grey #728D98

Color information

#728D98 (or 0x728D98) is unknown color: approx Bermuda Grey. HEX triplet: 72, 8D and 98. RGB value is (114,141,152). Sum of RGB (Red+Green+Blue) = 114+141+152=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 152 - color contains mainly: blue. Hex color #728D98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728D98 is #8D7267. Grayscale: #868686. Windows color (decimal): -9269864 or 9997682. OLE color: 9997682.

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

Color convert

RGB114141152-
CMYK0.250.0700.40
HSL197.37º15.57%52.16%-
HSV(B)197.37º25%59.61%-
XYZ22.1324.8933.34-
YUV134.18138.05113.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.01%
GREEN value IS 141 (55.47% from 255) = 34.64%
BLUE value IS 152 (59.77% from 255) = 37.35%
R=28.01%
G=34.64%
B=37.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1141411520.250.0700.40197.3715.5752.16
Hex728D98197028c51034
Octal1622152303170503052064
Binary111001010001101100110001100111101010001100010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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