#728D9F

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

Shades of Bermuda Grey #728D9F

Tints of Bermuda Grey #728D9F

Color information

#728D9F (or 0x728D9F) is unknown color: approx Bermuda Grey. HEX triplet: 72, 8D and 9F. RGB value is (114,141,159). Sum of RGB (Red+Green+Blue) = 114+141+159=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 159 - color contains mainly: blue. Hex color #728D9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728D9F is #8D7260. Grayscale: #868686. Windows color (decimal): -9269857 or 10456434. OLE color: 10456434.

HSL color Cylindrical-coordinate representation of color #728D9F: hue angle of 204º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #728D9F is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB114141159-
CMYK0.280.1100.38
HSL204º18.99%53.53%-
HSV(B)204º28.3%62.35%-
XYZ22.7225.1336.45-
YUV134.98141.55113.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.54%
GREEN value IS 141 (55.47% from 255) = 34.06%
BLUE value IS 159 (62.5% from 255) = 38.41%
R=27.54%
G=34.06%
B=38.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141411590.280.1100.3820418.9953.53
Hex728D9F1CB026cc1336
Octal16221523734130463142366
Binary1110010100011011001111111100101101001101100110010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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