#7793AE

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

Shades of Bermuda Grey #7793AE

Tints of Bermuda Grey #7793AE

Color information

#7793AE (or 0x7793AE) is unknown color: approx Bermuda Grey. HEX triplet: 77, 93 and AE. RGB value is (119,147,174). Sum of RGB (Red+Green+Blue) = 119+147+174=440 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.05% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 174 - color contains mainly: blue. Hex color #7793AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7793AE is #886C51. Grayscale: #8D8D8D. Windows color (decimal): -8940626 or 11441015. OLE color: 11441015.

HSL color Cylindrical-coordinate representation of color #7793AE: hue angle of 209.45º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7793AE is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB119147174-
CMYK0.320.1600.32
HSL209.45º25.35%57.45%-
HSV(B)209.45º31.61%68.24%-
XYZ25.6827.8544.07-
YUV141.71146.22111.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.05%
GREEN value IS 147 (57.81% from 255) = 33.41%
BLUE value IS 174 (68.36% from 255) = 39.55%
R=27.05%
G=33.41%
B=39.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191471740.320.1600.32209.4525.3557.45
Hex7793AE2010020d11939
Octal16722325640200403213171
Binary111011110010011101011101000001000001000001101000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7793AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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