#7096A7

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

Shades of Bermuda Grey #7096A7

Tints of Bermuda Grey #7096A7

Color information

#7096A7 (or 0x7096A7) is unknown color: approx Bermuda Grey. HEX triplet: 70, 96 and A7. RGB value is (112,150,167). Sum of RGB (Red+Green+Blue) = 112+150+167=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 167 (65.62% from 255 or 38.93% from 429); Max value from RGB is 167 - color contains mainly: blue. Hex color #7096A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7096A7 is #8F6958. Grayscale: #8C8C8C. Windows color (decimal): -9398617 or 10983024. OLE color: 10983024.

HSL color Cylindrical-coordinate representation of color #7096A7: hue angle of 198.55º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7096A7 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB112150167-
CMYK0.330.1000.35
HSL198.55º23.81%54.71%-
HSV(B)198.55º32.93%65.49%-
XYZ24.5628.0540.68-
YUV140.58142.91107.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.11%
GREEN value IS 150 (58.98% from 255) = 34.97%
BLUE value IS 167 (65.62% from 255) = 38.93%
R=26.11%
G=34.97%
B=38.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1121501670.330.1000.35198.5523.8154.71
Hex7096A721A023c71837
Octal16022624741120433073067
Binary11100001001011010100111100001101001000111100011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7096A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7096A7; }

 p { color: rgb(112,150,167); }

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

<style>
 a { background-color: #7096A7; }

 a { background-color: rgb(112,150,167); }

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

<style>
 span { border-color: #7096A7; }

 span { border-color: rgb(112,150,167); }

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