#72929D

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

Shades of Bermuda Grey #72929D

Tints of Bermuda Grey #72929D

Color information

#72929D (or 0x72929D) is unknown color: approx Bermuda Grey. HEX triplet: 72, 92 and 9D. RGB value is (114,146,157). Sum of RGB (Red+Green+Blue) = 114+146+157=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 157 - color contains mainly: blue. Hex color #72929D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72929D is #8D6D62. Grayscale: #898989. Windows color (decimal): -9268579 or 10326642. OLE color: 10326642.

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

Color convert

RGB114146157-
CMYK0.270.0700.38
HSL195.35º17.99%53.14%-
HSV(B)195.35º27.39%61.57%-
XYZ23.326.5735.8-
YUV137.69138.9111.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.34%
GREEN value IS 146 (57.42% from 255) = 35.01%
BLUE value IS 157 (61.72% from 255) = 37.65%
R=27.34%
G=35.01%
B=37.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141461570.270.0700.38195.3517.9953.14
Hex72929D1B7026c31235
Octal1622222353370463032265
Binary111001010010010100111011101111101001101100001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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