#7291AA

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

Shades of Bermuda Grey #7291AA

Tints of Bermuda Grey #7291AA

Color information

#7291AA (or 0x7291AA) is unknown color: approx Bermuda Grey. HEX triplet: 72, 91 and AA. RGB value is (114,145,170). Sum of RGB (Red+Green+Blue) = 114+145+170=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #7291AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7291AA is #8D6E55. Grayscale: #8A8A8A. Windows color (decimal): -9268822 or 11178354. OLE color: 11178354.

HSL color Cylindrical-coordinate representation of color #7291AA: hue angle of 206.79º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7291AA is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114145170-
CMYK0.330.1500.33
HSL206.79º24.78%55.69%-
HSV(B)206.79º32.94%66.67%-
XYZ24.3226.7341.91-
YUV138.58145.73110.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.57%
GREEN value IS 145 (57.03% from 255) = 33.80%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=26.57%
G=33.80%
B=39.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141451700.330.1500.33206.7924.7855.69
Hex7291AA21F021cf1938
Octal16222125241170413173170
Binary11100101001000110101010100001111101000011100111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7291AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7291AA; }

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

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

<style>
 a { background-color: #7291AA; }

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

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

<style>
 span { border-color: #7291AA; }

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

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