#728E9A

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

Shades of Bermuda Grey #728E9A

Tints of Bermuda Grey #728E9A

Color information

#728E9A (or 0x728E9A) is unknown color: approx Bermuda Grey. HEX triplet: 72, 8E and 9A. RGB value is (114,142,154). Sum of RGB (Red+Green+Blue) = 114+142+154=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 154 - color contains mainly: blue. Hex color #728E9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728E9A is #8D7165. Grayscale: #868686. Windows color (decimal): -9269606 or 10129010. OLE color: 10129010.

HSL color Cylindrical-coordinate representation of color #728E9A: hue angle of 198º 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 #728E9A is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB114142154-
CMYK0.260.0800.40
HSL198º16.53%52.55%-
HSV(B)198º25.97%60.39%-
XYZ22.4525.2634.26-
YUV135138.72113.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.80%
GREEN value IS 142 (55.86% from 255) = 34.63%
BLUE value IS 154 (60.55% from 255) = 37.56%
R=27.80%
G=34.63%
B=37.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1141421540.260.0800.4019816.5352.55
Hex728E9A1A8028c61135
Octal16221623232100503062165
Binary1110010100011101001101011010100001010001100011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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