#72929E

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

Shades of Bermuda Grey #72929E

Tints of Bermuda Grey #72929E

Color information

#72929E (or 0x72929E) is unknown color: approx Bermuda Grey. HEX triplet: 72, 92 and 9E. RGB value is (114,146,158). Sum of RGB (Red+Green+Blue) = 114+146+158=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 158 - color contains mainly: blue. Hex color #72929E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72929E is #8D6D61. Grayscale: #898989. Windows color (decimal): -9268578 or 10392178. OLE color: 10392178.

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

Color convert

RGB114146158-
CMYK0.280.0800.38
HSL196.36º18.49%53.33%-
HSV(B)196.36º27.85%61.96%-
XYZ23.3926.636.25-
YUV137.8139.4111.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.27%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 158 (62.11% from 255) = 37.80%
R=27.27%
G=34.93%
B=37.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141461580.280.0800.38196.3618.4953.33
Hex72929E1C8026c41235
Octal16222223634100463042265
Binary1110010100100101001111011100100001001101100010010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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