#728C9A

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

Shades of Bermuda Grey #728C9A

Tints of Bermuda Grey #728C9A

Color information

#728C9A (or 0x728C9A) is unknown color: approx Bermuda Grey. HEX triplet: 72, 8C and 9A. RGB value is (114,140,154). Sum of RGB (Red+Green+Blue) = 114+140+154=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 154 - color contains mainly: blue. Hex color #728C9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728C9A is #8D7365. Grayscale: #858585. Windows color (decimal): -9270118 or 10128498. OLE color: 10128498.

HSL color Cylindrical-coordinate representation of color #728C9A: hue angle of 201º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #728C9A is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB114140154-
CMYK0.260.0900.40
HSL201º16.53%52.55%-
HSV(B)201º25.97%60.39%-
XYZ22.1524.6734.17-
YUV133.82139.39113.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.94%
GREEN value IS 140 (55.08% from 255) = 34.31%
BLUE value IS 154 (60.55% from 255) = 37.75%
R=27.94%
G=34.31%
B=37.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1141401540.260.0900.4020116.5352.55
Hex728C9A1A9028c91135
Octal16221423232110503112165
Binary1110010100011001001101011010100101010001100100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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