#728E9B

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

Shades of Bermuda Grey #728E9B

Tints of Bermuda Grey #728E9B

Color information

#728E9B (or 0x728E9B) is unknown color: approx Bermuda Grey. HEX triplet: 72, 8E and 9B. RGB value is (114,142,155). Sum of RGB (Red+Green+Blue) = 114+142+155=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 155 - color contains mainly: blue. Hex color #728E9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728E9B is #8D7164. Grayscale: #878787. Windows color (decimal): -9269605 or 10194546. OLE color: 10194546.

HSL color Cylindrical-coordinate representation of color #728E9B: hue angle of 199.02º 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 #728E9B is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB114142155-
CMYK0.260.0800.39
HSL199.02º17.01%52.75%-
HSV(B)199.02º26.45%60.78%-
XYZ22.5325.2934.7-
YUV135.11139.22112.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.74%
GREEN value IS 142 (55.86% from 255) = 34.55%
BLUE value IS 155 (60.94% from 255) = 37.71%
R=27.74%
G=34.55%
B=37.71%

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
Decimal1141421550.260.0800.39199.0217.0152.75
Hex728E9B1A8027c71135
Octal16221623332100473072165
Binary1110010100011101001101111010100001001111100011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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