#728CA4

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

Shades of Bermuda Grey #728CA4

Tints of Bermuda Grey #728CA4

Color information

#728CA4 (or 0x728CA4) is unknown color: approx Bermuda Grey. HEX triplet: 72, 8C and A4. RGB value is (114,140,164). Sum of RGB (Red+Green+Blue) = 114+140+164=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 164 - color contains mainly: blue. Hex color #728CA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728CA4 is #8D735B. Grayscale: #868686. Windows color (decimal): -9270108 or 10783858. OLE color: 10783858.

HSL color Cylindrical-coordinate representation of color #728CA4: hue angle of 208.8º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #728CA4 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB114140164-
CMYK0.300.1500.36
HSL208.8º21.55%54.51%-
HSV(B)208.8º30.49%64.31%-
XYZ23.0225.0138.74-
YUV134.96144.39113.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.27%
GREEN value IS 140 (55.08% from 255) = 33.49%
BLUE value IS 164 (64.45% from 255) = 39.23%
R=27.27%
G=33.49%
B=39.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141401640.300.1500.36208.821.5554.51
Hex728CA41EF024d11637
Octal16221424436170443212667
Binary1110010100011001010010011110111101001001101000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,140,164); }

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

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

 a { background-color: rgb(114,140,164); }

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

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

 span { border-color: rgb(114,140,164); }

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