#72939E

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

Shades of Bermuda Grey #72939E

Tints of Bermuda Grey #72939E

Color information

#72939E (or 0x72939E) is unknown color: approx Bermuda Grey. HEX triplet: 72, 93 and 9E. RGB value is (114,147,158). Sum of RGB (Red+Green+Blue) = 114+147+158=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 158 - color contains mainly: blue. Hex color #72939E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72939E is #8D6C61. Grayscale: #8A8A8A. Windows color (decimal): -9268322 or 10392434. OLE color: 10392434.

HSL color Cylindrical-coordinate representation of color #72939E: hue angle of 195º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72939E is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB114147158-
CMYK0.280.0700.38
HSL195º18.49%53.33%-
HSV(B)195º27.85%61.96%-
XYZ23.5426.9136.3-
YUV138.39139.07110.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.21%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 158 (62.11% from 255) = 37.71%
R=27.21%
G=35.08%
B=37.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141471580.280.0700.3819518.4953.33
Hex72939E1C7026c31235
Octal1622232363470463032265
Binary111001010010011100111101110011101001101100001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72939E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72939E; }

 p { color: rgb(114,147,158); }

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

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

 a { background-color: rgb(114,147,158); }

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

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

 span { border-color: rgb(114,147,158); }

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