#728997

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

Shades of Bermuda Grey #728997

Tints of Bermuda Grey #728997

Color information

#728997 (or 0x728997) is unknown color: approx Bermuda Grey. HEX triplet: 72, 89 and 97. RGB value is (114,137,151). Sum of RGB (Red+Green+Blue) = 114+137+151=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 151 - color contains mainly: blue. Hex color #728997 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728997 is #8D7668. Grayscale: #838383. Windows color (decimal): -9270889 or 9931122. OLE color: 9931122.

HSL color Cylindrical-coordinate representation of color #728997: hue angle of 202.7º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #728997 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB114137151-
CMYK0.250.0900.41
HSL202.7º15.1%51.96%-
HSV(B)202.7º24.5%59.22%-
XYZ21.4723.732.72-
YUV131.72138.88115.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.36%
GREEN value IS 137 (53.91% from 255) = 34.08%
BLUE value IS 151 (59.38% from 255) = 37.56%
R=28.36%
G=34.08%
B=37.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141371510.250.0900.41202.715.151.96
Hex728997199029cbf34
Octal16221122731110513131764
Binary111001010001001100101111100110010101001110010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728997; }

 p { color: rgb(114,137,151); }

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

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

 a { background-color: rgb(114,137,151); }

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

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

 span { border-color: rgb(114,137,151); }

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