#72929B

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

Shades of Bermuda Grey #72929B

Tints of Bermuda Grey #72929B

Color information

#72929B (or 0x72929B) is unknown color: approx Bermuda Grey. HEX triplet: 72, 92 and 9B. RGB value is (114,146,155). Sum of RGB (Red+Green+Blue) = 114+146+155=415 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.47% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 155 - color contains mainly: blue. Hex color #72929B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72929B is #8D6D64. Grayscale: #898989. Windows color (decimal): -9268581 or 10195570. OLE color: 10195570.

HSL color Cylindrical-coordinate representation of color #72929B: hue angle of 193.17º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #72929B is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB114146155-
CMYK0.260.0600.39
HSL193.17º17.01%52.75%-
HSV(B)193.17º26.45%60.78%-
XYZ23.1326.534.91-
YUV137.46137.9111.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.47%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 155 (60.94% from 255) = 37.35%
R=27.47%
G=35.18%
B=37.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1141461550.260.0600.39193.1717.0152.75
Hex72929B1A6027c11135
Octal1622222333260473012165
Binary111001010010010100110111101011001001111100000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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