#728D9D

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

Shades of Bermuda Grey #728D9D

Tints of Bermuda Grey #728D9D

Color information

#728D9D (or 0x728D9D) is unknown color: approx Bermuda Grey. HEX triplet: 72, 8D and 9D. RGB value is (114,141,157). Sum of RGB (Red+Green+Blue) = 114+141+157=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 157 - color contains mainly: blue. Hex color #728D9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728D9D is #8D7262. Grayscale: #868686. Windows color (decimal): -9269859 or 10325362. OLE color: 10325362.

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

Color convert

RGB114141157-
CMYK0.270.1000.38
HSL202.33º17.99%53.14%-
HSV(B)202.33º27.39%61.57%-
XYZ22.5525.0635.55-
YUV134.75140.55113.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.67%
GREEN value IS 141 (55.47% from 255) = 34.22%
BLUE value IS 157 (61.72% from 255) = 38.11%
R=27.67%
G=34.22%
B=38.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141411570.270.1000.38202.3317.9953.14
Hex728D9D1BA026ca1235
Octal16221523533120463122265
Binary1110010100011011001110111011101001001101100101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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