#7192AA

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

Shades of Bermuda Grey #7192AA

Tints of Bermuda Grey #7192AA

Color information

#7192AA (or 0x7192AA) is unknown color: approx Bermuda Grey. HEX triplet: 71, 92 and AA. RGB value is (113,146,170). Sum of RGB (Red+Green+Blue) = 113+146+170=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 146 (57.42% from 255 or 34.03% 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 #7192AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7192AA is #8E6D55. Grayscale: #8A8A8A. Windows color (decimal): -9334102 or 11178609. OLE color: 11178609.

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

Color convert

RGB113146170-
CMYK0.340.1400.33
HSL205.26º25.11%55.49%-
HSV(B)205.26º33.53%66.67%-
XYZ24.3426.9741.95-
YUV138.87145.57109.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.34%
GREEN value IS 146 (57.42% from 255) = 34.03%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=26.34%
G=34.03%
B=39.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131461700.340.1400.33205.2625.1155.49
Hex7192AA22E021cd1937
Octal16122225242160413153167
Binary11100011001001010101010100010111001000011100110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7192AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,146,170); }

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

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

 a { background-color: rgb(113,146,170); }

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

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

 span { border-color: rgb(113,146,170); }

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