#7793AA

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

Shades of Bermuda Grey #7793AA

Tints of Bermuda Grey #7793AA

Color information

#7793AA (or 0x7793AA) is unknown color: approx Bermuda Grey. HEX triplet: 77, 93 and AA. RGB value is (119,147,170). Sum of RGB (Red+Green+Blue) = 119+147+170=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #7793AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7793AA is #886C55. Grayscale: #8D8D8D. Windows color (decimal): -8940630 or 11178871. OLE color: 11178871.

HSL color Cylindrical-coordinate representation of color #7793AA: hue angle of 207.06º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7793AA is Cyan = 0.3, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB119147170-
CMYK0.30.1400.33
HSL207.06º23.08%56.67%-
HSV(B)207.06º30%66.67%-
XYZ25.327.6942.04-
YUV141.25144.22112.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.29%
GREEN value IS 147 (57.81% from 255) = 33.72%
BLUE value IS 170 (66.80% from 255) = 38.99%
R=27.29%
G=33.72%
B=38.99%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191471700.30.1400.33207.0623.0856.67
Hex7793AA1EE021cf1739
Octal16722325236160413172771
Binary1110111100100111010101011110111001000011100111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7793AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,147,170); }

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

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

 a { background-color: rgb(119,147,170); }

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

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

 span { border-color: rgb(119,147,170); }

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