#7290AA

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

Shades of Bermuda Grey #7290AA

Tints of Bermuda Grey #7290AA

Color information

#7290AA (or 0x7290AA) is unknown color: approx Bermuda Grey. HEX triplet: 72, 90 and AA. RGB value is (114,144,170). Sum of RGB (Red+Green+Blue) = 114+144+170=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #7290AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7290AA is #8D6F55. Grayscale: #898989. Windows color (decimal): -9269078 or 11178098. OLE color: 11178098.

HSL color Cylindrical-coordinate representation of color #7290AA: hue angle of 207.86º 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 #7290AA is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114144170-
CMYK0.330.1500.33
HSL207.86º24.78%55.69%-
HSV(B)207.86º32.94%66.67%-
XYZ24.1726.4341.86-
YUV137.99146.06110.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.64%
GREEN value IS 144 (56.64% from 255) = 33.64%
BLUE value IS 170 (66.80% from 255) = 39.72%
R=26.64%
G=33.64%
B=39.72%

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
Decimal1141441700.330.1500.33207.8624.7855.69
Hex7290AA21F021d01938
Octal16222025241170413203170
Binary11100101001000010101010100001111101000011101000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7290AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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