#728995

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

Shades of Bermuda Grey #728995

Tints of Bermuda Grey #728995

Color information

#728995 (or 0x728995) is unknown color: approx Bermuda Grey. HEX triplet: 72, 89 and 95. RGB value is (114,137,149). Sum of RGB (Red+Green+Blue) = 114+137+149=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 149 - color contains mainly: blue. Hex color #728995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728995 is #8D766A. Grayscale: #838383. Windows color (decimal): -9270891 or 9800050. OLE color: 9800050.

HSL color Cylindrical-coordinate representation of color #728995: hue angle of 200.57º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #728995 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB114137149-
CMYK0.230.0800.42
HSL200.57º14.17%51.57%-
HSV(B)200.57º23.49%58.43%-
XYZ21.3123.6431.87-
YUV131.49137.88115.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.5%
GREEN value IS 137 (53.91% from 255) = 34.25%
BLUE value IS 149 (58.59% from 255) = 37.25%
R=28.5%
G=34.25%
B=37.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141371490.230.0800.42200.5714.1751.57
Hex72899517802Ac9e34
Octal16221122527100523111664
Binary111001010001001100101011011110000101010110010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728995; }

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

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

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

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

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

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

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

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