#7391AA

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

Shades of Bermuda Grey #7391AA

Tints of Bermuda Grey #7391AA

Color information

#7391AA (or 0x7391AA) is unknown color: approx Bermuda Grey. HEX triplet: 73, 91 and AA. RGB value is (115,145,170). Sum of RGB (Red+Green+Blue) = 115+145+170=430 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.74% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #7391AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7391AA is #8C6E55. Grayscale: #8A8A8A. Windows color (decimal): -9203286 or 11178355. OLE color: 11178355.

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

Color convert

RGB115145170-
CMYK0.320.1500.33
HSL207.27º24.44%55.88%-
HSV(B)207.27º32.35%66.67%-
XYZ24.4526.841.91-
YUV138.88145.56110.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.74%
GREEN value IS 145 (57.03% from 255) = 33.72%
BLUE value IS 170 (66.80% from 255) = 39.53%
R=26.74%
G=33.72%
B=39.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151451700.320.1500.33207.2724.4455.88
Hex7391AA20F021cf1838
Octal16322125240170413173070
Binary11100111001000110101010100000111101000011100111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7391AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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