#72949F

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

Shades of Bermuda Grey #72949F

Tints of Bermuda Grey #72949F

Color information

#72949F (or 0x72949F) is unknown color: approx Bermuda Grey. HEX triplet: 72, 94 and 9F. RGB value is (114,148,159). Sum of RGB (Red+Green+Blue) = 114+148+159=421 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.08% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 159 - color contains mainly: blue. Hex color #72949F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72949F is #8D6B60. Grayscale: #8B8B8B. Windows color (decimal): -9268065 or 10458226. OLE color: 10458226.

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

Color convert

RGB114148159-
CMYK0.280.0700.38
HSL194.67º18.99%53.53%-
HSV(B)194.67º28.3%62.35%-
XYZ23.7927.2636.81-
YUV139.09139.24110.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.08%
GREEN value IS 148 (58.20% from 255) = 35.15%
BLUE value IS 159 (62.5% from 255) = 37.77%
R=27.08%
G=35.15%
B=37.77%

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
Decimal1141481590.280.0700.38194.6718.9953.53
Hex72949F1C7026c31336
Octal1622242373470463032366
Binary111001010010100100111111110011101001101100001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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