#7095AA

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

Shades of Bermuda Grey #7095AA

Tints of Bermuda Grey #7095AA

Color information

#7095AA (or 0x7095AA) is unknown color: approx Bermuda Grey. HEX triplet: 70, 95 and AA. RGB value is (112,149,170). Sum of RGB (Red+Green+Blue) = 112+149+170=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #7095AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7095AA is #8F6A55. Grayscale: #8C8C8C. Windows color (decimal): -9398870 or 11179376. OLE color: 11179376.

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

Color convert

RGB112149170-
CMYK0.340.1200.33
HSL201.72º25.44%55.29%-
HSV(B)201.72º34.12%66.67%-
XYZ24.6927.8442.1-
YUV140.33144.74107.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.99%
GREEN value IS 149 (58.59% from 255) = 34.57%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=25.99%
G=34.57%
B=39.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121491700.340.1200.33201.7225.4455.29
Hex7095AA22C021ca1937
Octal16022525242140413123167
Binary11100001001010110101010100010110001000011100101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7095AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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