#7090A2

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

Shades of Bermuda Grey #7090A2

Tints of Bermuda Grey #7090A2

Color information

#7090A2 (or 0x7090A2) is unknown color: approx Bermuda Grey. HEX triplet: 70, 90 and A2. RGB value is (112,144,162). Sum of RGB (Red+Green+Blue) = 112+144+162=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 162 - color contains mainly: blue. Hex color #7090A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7090A2 is #8F6F5D. Grayscale: #888888. Windows color (decimal): -9400158 or 10653808. OLE color: 10653808.

HSL color Cylindrical-coordinate representation of color #7090A2: hue angle of 201.6º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7090A2 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB112144162-
CMYK0.310.1100.36
HSL201.6º21.19%53.73%-
HSV(B)201.6º30.86%63.53%-
XYZ23.182637.98-
YUV136.48142.4110.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.79%
GREEN value IS 144 (56.64% from 255) = 34.45%
BLUE value IS 162 (63.67% from 255) = 38.76%
R=26.79%
G=34.45%
B=38.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121441620.310.1100.36201.621.1953.73
Hex7090A21FB024ca1536
Octal16022024237130443122566
Binary1110000100100001010001011111101101001001100101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7090A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7090A2; }

 p { color: rgb(112,144,162); }

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

<style>
 a { background-color: #7090A2; }

 a { background-color: rgb(112,144,162); }

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

<style>
 span { border-color: #7090A2; }

 span { border-color: rgb(112,144,162); }

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