#728DA5

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

Shades of Bermuda Grey #728DA5

Tints of Bermuda Grey #728DA5

Color information

#728DA5 (or 0x728DA5) is unknown color: approx Bermuda Grey. HEX triplet: 72, 8D and A5. RGB value is (114,141,165). Sum of RGB (Red+Green+Blue) = 114+141+165=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 165 - color contains mainly: blue. Hex color #728DA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728DA5 is #8D725A. Grayscale: #878787. Windows color (decimal): -9269851 or 10849650. OLE color: 10849650.

HSL color Cylindrical-coordinate representation of color #728DA5: hue angle of 208.24º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #728DA5 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB114141165-
CMYK0.310.1500.35
HSL208.24º22.08%54.71%-
HSV(B)208.24º30.91%64.71%-
XYZ23.2625.3439.26-
YUV135.66144.55112.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.14%
GREEN value IS 141 (55.47% from 255) = 33.57%
BLUE value IS 165 (64.84% from 255) = 39.29%
R=27.14%
G=33.57%
B=39.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1141411650.310.1500.35208.2422.0854.71
Hex728DA51FF023d01637
Octal16221524537170433202667
Binary1110010100011011010010111111111101000111101000010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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