#72909F

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

Shades of Bermuda Grey #72909F

Tints of Bermuda Grey #72909F

Color information

#72909F (or 0x72909F) is unknown color: approx Bermuda Grey. HEX triplet: 72, 90 and 9F. RGB value is (114,144,159). Sum of RGB (Red+Green+Blue) = 114+144+159=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 159 - color contains mainly: blue. Hex color #72909F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72909F is #8D6F60. Grayscale: #888888. Windows color (decimal): -9269089 or 10457202. OLE color: 10457202.

HSL color Cylindrical-coordinate representation of color #72909F: hue angle of 200º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72909F is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB114144159-
CMYK0.280.0900.38
HSL200º18.99%53.53%-
HSV(B)200º28.3%62.35%-
XYZ23.1726.0336.6-
YUV136.74140.56111.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.34%
GREEN value IS 144 (56.64% from 255) = 34.53%
BLUE value IS 159 (62.5% from 255) = 38.13%
R=27.34%
G=34.53%
B=38.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141441590.280.0900.3820018.9953.53
Hex72909F1C9026c81336
Octal16222023734110463102366
Binary1110010100100001001111111100100101001101100100010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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