#728F9B

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

Shades of Bermuda Grey #728F9B

Tints of Bermuda Grey #728F9B

Color information

#728F9B (or 0x728F9B) is unknown color: approx Bermuda Grey. HEX triplet: 72, 8F and 9B. RGB value is (114,143,155). Sum of RGB (Red+Green+Blue) = 114+143+155=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 155 - color contains mainly: blue. Hex color #728F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728F9B is #8D7064. Grayscale: #878787. Windows color (decimal): -9269349 or 10194802. OLE color: 10194802.

HSL color Cylindrical-coordinate representation of color #728F9B: hue angle of 197.56º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #728F9B is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB114143155-
CMYK0.260.0800.39
HSL197.56º17.01%52.75%-
HSV(B)197.56º26.45%60.78%-
XYZ22.6825.5934.75-
YUV135.7138.89112.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.67%
GREEN value IS 143 (56.25% from 255) = 34.71%
BLUE value IS 155 (60.94% from 255) = 37.62%
R=27.67%
G=34.71%
B=37.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1141431550.260.0800.39197.5617.0152.75
Hex728F9B1A8027c61135
Octal16221723332100473062165
Binary1110010100011111001101111010100001001111100011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,143,155); }

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

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

 a { background-color: rgb(114,143,155); }

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

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

 span { border-color: rgb(114,143,155); }

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