#7794AB

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

Shades of Bermuda Grey #7794AB

Tints of Bermuda Grey #7794AB

Color information

#7794AB (or 0x7794AB) is unknown color: approx Bermuda Grey. HEX triplet: 77, 94 and AB. RGB value is (119,148,171). Sum of RGB (Red+Green+Blue) = 119+148+171=438 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.17% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #7794AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7794AB is #886B54. Grayscale: #8D8D8D. Windows color (decimal): -8940373 or 11244663. OLE color: 11244663.

HSL color Cylindrical-coordinate representation of color #7794AB: hue angle of 206.54º degrees, saturation: 0.24, 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 #7794AB is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB119148171-
CMYK0.300.1300.33
HSL206.54º23.64%56.86%-
HSV(B)206.54º30.41%67.06%-
XYZ25.5528.0442.59-
YUV141.95144.39111.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.17%
GREEN value IS 148 (58.20% from 255) = 33.79%
BLUE value IS 171 (67.19% from 255) = 39.04%
R=27.17%
G=33.79%
B=39.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191481710.300.1300.33206.5423.6456.86
Hex7794AB1ED021cf1839
Octal16722425336150413173071
Binary1110111100101001010101111110110101000011100111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7794AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7794AB; }

 p { color: rgb(119,148,171); }

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

<style>
 a { background-color: #7794AB; }

 a { background-color: rgb(119,148,171); }

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

<style>
 span { border-color: #7794AB; }

 span { border-color: rgb(119,148,171); }

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