#72949E

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

Shades of Bermuda Grey #72949E

Tints of Bermuda Grey #72949E

Color information

#72949E (or 0x72949E) is unknown color: approx Bermuda Grey. HEX triplet: 72, 94 and 9E. RGB value is (114,148,158). Sum of RGB (Red+Green+Blue) = 114+148+158=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 158 - color contains mainly: blue. Hex color #72949E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72949E is #8D6B61. Grayscale: #8A8A8A. Windows color (decimal): -9268066 or 10392690. OLE color: 10392690.

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

Color convert

RGB114148158-
CMYK0.280.0600.38
HSL193.64º18.49%53.33%-
HSV(B)193.64º27.85%61.96%-
XYZ23.727.2336.35-
YUV138.97138.74110.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.14%
GREEN value IS 148 (58.20% from 255) = 35.24%
BLUE value IS 158 (62.11% from 255) = 37.62%
R=27.14%
G=35.24%
B=37.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141481580.280.0600.38193.6418.4953.33
Hex72949E1C6026c21235
Octal1622242363460463022265
Binary111001010010100100111101110011001001101100001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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