#728EAC

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

Shades of Bermuda Grey #728EAC

Tints of Bermuda Grey #728EAC

Color information

#728EAC (or 0x728EAC) is unknown color: approx Bermuda Grey. HEX triplet: 72, 8E and AC. RGB value is (114,142,172). Sum of RGB (Red+Green+Blue) = 114+142+172=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #728EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728EAC is #8D7153. Grayscale: #888888. Windows color (decimal): -9269588 or 11308658. OLE color: 11308658.

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

Color convert

RGB114142172-
CMYK0.340.1700.33
HSL211.03º25.89%56.08%-
HSV(B)211.03º33.72%67.45%-
XYZ24.0625.942.76-
YUV137.05147.72111.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.64%
GREEN value IS 142 (55.86% from 255) = 33.18%
BLUE value IS 172 (67.58% from 255) = 40.19%
R=26.64%
G=33.18%
B=40.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141421720.340.1700.33211.0325.8956.08
Hex728EAC2211021d31a38
Octal16221625442210413233270
Binary111001010001110101011001000101000101000011101001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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