#728D9E

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

Shades of Bermuda Grey #728D9E

Tints of Bermuda Grey #728D9E

Color information

#728D9E (or 0x728D9E) is unknown color: approx Bermuda Grey. HEX triplet: 72, 8D and 9E. RGB value is (114,141,158). Sum of RGB (Red+Green+Blue) = 114+141+158=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 158 - color contains mainly: blue. Hex color #728D9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728D9E is #8D7261. Grayscale: #868686. Windows color (decimal): -9269858 or 10390898. OLE color: 10390898.

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

Color convert

RGB114141158-
CMYK0.280.1100.38
HSL203.18º18.49%53.33%-
HSV(B)203.18º27.85%61.96%-
XYZ22.6425.136-
YUV134.86141.05113.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.60%
GREEN value IS 141 (55.47% from 255) = 34.14%
BLUE value IS 158 (62.11% from 255) = 38.26%
R=27.60%
G=34.14%
B=38.26%

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
Decimal1141411580.280.1100.38203.1818.4953.33
Hex728D9E1CB026cb1235
Octal16221523634130463132265
Binary1110010100011011001111011100101101001101100101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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