#7094AA

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

Shades of Bermuda Grey #7094AA

Tints of Bermuda Grey #7094AA

Color information

#7094AA (or 0x7094AA) is unknown color: approx Bermuda Grey. HEX triplet: 70, 94 and AA. RGB value is (112,148,170). Sum of RGB (Red+Green+Blue) = 112+148+170=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 148 (58.20% from 255 or 34.42% 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 #7094AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7094AA is #8F6B55. Grayscale: #8B8B8B. Windows color (decimal): -9399126 or 11179120. OLE color: 11179120.

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

Color convert

RGB112148170-
CMYK0.340.1300.33
HSL202.76º25.44%55.29%-
HSV(B)202.76º34.12%66.67%-
XYZ24.5327.5342.05-
YUV139.74145.07108.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.05%
GREEN value IS 148 (58.20% from 255) = 34.42%
BLUE value IS 170 (66.80% from 255) = 39.53%
R=26.05%
G=34.42%
B=39.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121481700.340.1300.33202.7625.4455.29
Hex7094AA22D021cb1937
Octal16022425242150413133167
Binary11100001001010010101010100010110101000011100101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7094AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,148,170); }

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

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

 a { background-color: rgb(112,148,170); }

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

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

 span { border-color: rgb(112,148,170); }

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