#728C9F

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

Shades of Bermuda Grey #728C9F

Tints of Bermuda Grey #728C9F

Color information

#728C9F (or 0x728C9F) is unknown color: approx Bermuda Grey. HEX triplet: 72, 8C and 9F. RGB value is (114,140,159). Sum of RGB (Red+Green+Blue) = 114+140+159=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 159 - color contains mainly: blue. Hex color #728C9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728C9F is #8D7360. Grayscale: #868686. Windows color (decimal): -9270113 or 10456178. OLE color: 10456178.

HSL color Cylindrical-coordinate representation of color #728C9F: hue angle of 205.33º 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 #728C9F is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB114140159-
CMYK0.280.1200.38
HSL205.33º18.99%53.53%-
HSV(B)205.33º28.3%62.35%-
XYZ22.5824.8436.41-
YUV134.39141.89113.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.60%
GREEN value IS 140 (55.08% from 255) = 33.90%
BLUE value IS 159 (62.5% from 255) = 38.50%
R=27.60%
G=33.90%
B=38.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141401590.280.1200.38205.3318.9953.53
Hex728C9F1CC026cd1336
Octal16221423734140463152366
Binary1110010100011001001111111100110001001101100110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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