#72919B

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

Shades of Bermuda Grey #72919B

Tints of Bermuda Grey #72919B

Color information

#72919B (or 0x72919B) is unknown color: approx Bermuda Grey. HEX triplet: 72, 91 and 9B. RGB value is (114,145,155). Sum of RGB (Red+Green+Blue) = 114+145+155=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 155 - color contains mainly: blue. Hex color #72919B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72919B is #8D6E64. Grayscale: #888888. Windows color (decimal): -9268837 or 10195314. OLE color: 10195314.

HSL color Cylindrical-coordinate representation of color #72919B: hue angle of 194.63º 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 #72919B is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB114145155-
CMYK0.260.0600.39
HSL194.63º17.01%52.75%-
HSV(B)194.63º26.45%60.78%-
XYZ22.9826.1934.86-
YUV136.87138.23111.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.54%
GREEN value IS 145 (57.03% from 255) = 35.02%
BLUE value IS 155 (60.94% from 255) = 37.44%
R=27.54%
G=35.02%
B=37.44%

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
Decimal1141451550.260.0600.39194.6317.0152.75
Hex72919B1A6027c31135
Octal1622212333260473032165
Binary111001010010001100110111101011001001111100001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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