#72909D

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

Shades of Bermuda Grey #72909D

Tints of Bermuda Grey #72909D

Color information

#72909D (or 0x72909D) is unknown color: approx Bermuda Grey. HEX triplet: 72, 90 and 9D. RGB value is (114,144,157). Sum of RGB (Red+Green+Blue) = 114+144+157=415 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.47% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 157 - color contains mainly: blue. Hex color #72909D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72909D is #8D6F62. Grayscale: #888888. Windows color (decimal): -9269091 or 10326130. OLE color: 10326130.

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

Color convert

RGB114144157-
CMYK0.270.0800.38
HSL198.14º17.99%53.14%-
HSV(B)198.14º27.39%61.57%-
XYZ2325.9635.7-
YUV136.51139.56111.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.47%
GREEN value IS 144 (56.64% from 255) = 34.70%
BLUE value IS 157 (61.72% from 255) = 37.83%
R=27.47%
G=34.70%
B=37.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141441570.270.0800.38198.1417.9953.14
Hex72909D1B8026c61235
Octal16222023533100463062265
Binary1110010100100001001110111011100001001101100011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72909D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72909D; }

 p { color: rgb(114,144,157); }

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

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

 a { background-color: rgb(114,144,157); }

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

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

 span { border-color: rgb(114,144,157); }

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