#72959D

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

Shades of Bermuda Grey #72959D

Tints of Bermuda Grey #72959D

Color information

#72959D (or 0x72959D) is unknown color: approx Bermuda Grey. HEX triplet: 72, 95 and 9D. RGB value is (114,149,157). Sum of RGB (Red+Green+Blue) = 114+149+157=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 157 - color contains mainly: blue. Hex color #72959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72959D is #8D6A62. Grayscale: #8B8B8B. Windows color (decimal): -9267811 or 10327410. OLE color: 10327410.

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

Color convert

RGB114149157-
CMYK0.270.0500.38
HSL191.16º17.99%53.14%-
HSV(B)191.16º27.39%61.57%-
XYZ23.7727.5135.95-
YUV139.45137.9109.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.14%
GREEN value IS 149 (58.59% from 255) = 35.48%
BLUE value IS 157 (61.72% from 255) = 37.38%
R=27.14%
G=35.48%
B=37.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141491570.270.0500.38191.1617.9953.14
Hex72959D1B5026bf1235
Octal1622252353350462772265
Binary111001010010101100111011101110101001101011111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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