#72979F

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

Shades of Bermuda Grey #72979F

Tints of Bermuda Grey #72979F

Color information

#72979F (or 0x72979F) is unknown color: approx Bermuda Grey. HEX triplet: 72, 97 and 9F. RGB value is (114,151,159). Sum of RGB (Red+Green+Blue) = 114+151+159=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 159 - color contains mainly: blue. Hex color #72979F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72979F is #8D6860. Grayscale: #8C8C8C. Windows color (decimal): -9267297 or 10458994. OLE color: 10458994.

HSL color Cylindrical-coordinate representation of color #72979F: hue angle of 190.67º 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 #72979F is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB114151159-
CMYK0.280.0500.38
HSL190.67º18.99%53.53%-
HSV(B)190.67º28.3%62.35%-
XYZ24.2628.2136.97-
YUV140.85138.24108.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.89%
GREEN value IS 151 (59.38% from 255) = 35.61%
BLUE value IS 159 (62.5% from 255) = 37.5%
R=26.89%
G=35.61%
B=37.5%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141511590.280.0500.38190.6718.9953.53
Hex72979F1C5026bf1336
Octal1622272373450462772366
Binary111001010010111100111111110010101001101011111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72979F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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