#7497AA

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

Shades of Bermuda Grey #7497AA

Tints of Bermuda Grey #7497AA

Color information

#7497AA (or 0x7497AA) is unknown color: approx Bermuda Grey. HEX triplet: 74, 97 and AA. RGB value is (116,151,170). Sum of RGB (Red+Green+Blue) = 116+151+170=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #7497AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7497AA is #8B6855. Grayscale: #8E8E8E. Windows color (decimal): -9136214 or 11179892. OLE color: 11179892.

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

Color convert

RGB116151170-
CMYK0.320.1100.33
HSL201.11º24.11%56.08%-
HSV(B)201.11º31.76%66.67%-
XYZ25.5228.7542.23-
YUV142.7143.4108.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.54%
GREEN value IS 151 (59.38% from 255) = 34.55%
BLUE value IS 170 (66.80% from 255) = 38.90%
R=26.54%
G=34.55%
B=38.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161511700.320.1100.33201.1124.1156.08
Hex7497AA20B021c91838
Octal16422725240130413113070
Binary11101001001011110101010100000101101000011100100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7497AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,151,170); }

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

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

 a { background-color: rgb(116,151,170); }

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

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

 span { border-color: rgb(116,151,170); }

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