#7596AA

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

Shades of Bermuda Grey #7596AA

Tints of Bermuda Grey #7596AA

Color information

#7596AA (or 0x7596AA) is unknown color: approx Bermuda Grey. HEX triplet: 75, 96 and AA. RGB value is (117,150,170). Sum of RGB (Red+Green+Blue) = 117+150+170=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #7596AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7596AA is #8A6955. Grayscale: #8E8E8E. Windows color (decimal): -9070934 or 11179637. OLE color: 11179637.

HSL color Cylindrical-coordinate representation of color #7596AA: hue angle of 202.64º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7596AA is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB117150170-
CMYK0.310.1200.33
HSL202.64º23.77%56.27%-
HSV(B)202.64º31.18%66.67%-
XYZ25.528.542.19-
YUV142.41143.57109.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.77%
GREEN value IS 150 (58.98% from 255) = 34.32%
BLUE value IS 170 (66.80% from 255) = 38.90%
R=26.77%
G=34.32%
B=38.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171501700.310.1200.33202.6423.7756.27
Hex7596AA1FC021cb1838
Octal16522625237140413133070
Binary1110101100101101010101011111110001000011100101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7596AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,150,170); }

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

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

 a { background-color: rgb(117,150,170); }

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

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

 span { border-color: rgb(117,150,170); }

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