#728DAB

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

Shades of Bermuda Grey #728DAB

Tints of Bermuda Grey #728DAB

Color information

#728DAB (or 0x728DAB) is unknown color: approx Bermuda Grey. HEX triplet: 72, 8D and AB. RGB value is (114,141,171). Sum of RGB (Red+Green+Blue) = 114+141+171=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #728DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728DAB is #8D7254. Grayscale: #888888. Windows color (decimal): -9269845 or 11242866. OLE color: 11242866.

HSL color Cylindrical-coordinate representation of color #728DAB: hue angle of 211.58º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #728DAB is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114141171-
CMYK0.330.1800.33
HSL211.58º25.33%55.88%-
HSV(B)211.58º33.33%67.06%-
XYZ23.8125.5742.21-
YUV136.35147.55112.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.76%
GREEN value IS 141 (55.47% from 255) = 33.10%
BLUE value IS 171 (67.19% from 255) = 40.14%
R=26.76%
G=33.10%
B=40.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141411710.330.1800.33211.5825.3355.88
Hex728DAB2112021d41938
Octal16221525341220413243170
Binary111001010001101101010111000011001001000011101010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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