#7396AA

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

Shades of Bermuda Grey #7396AA

Tints of Bermuda Grey #7396AA

Color information

#7396AA (or 0x7396AA) is unknown color: approx Bermuda Grey. HEX triplet: 73, 96 and AA. RGB value is (115,150,170). Sum of RGB (Red+Green+Blue) = 115+150+170=435 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.44% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #7396AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7396AA is #8C6955. Grayscale: #8D8D8D. Windows color (decimal): -9202006 or 11179635. OLE color: 11179635.

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

Color convert

RGB115150170-
CMYK0.320.1200.33
HSL201.82º24.44%55.88%-
HSV(B)201.82º32.35%66.67%-
XYZ25.2328.3642.17-
YUV141.82143.9108.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.44%
GREEN value IS 150 (58.98% from 255) = 34.48%
BLUE value IS 170 (66.80% from 255) = 39.08%
R=26.44%
G=34.48%
B=39.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151501700.320.1200.33201.8224.4455.88
Hex7396AA20C021ca1838
Octal16322625240140413123070
Binary11100111001011010101010100000110001000011100101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7396AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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