#7799AB

Color #7799AB Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #7799AB

Tints of Bali Hai #7799AB

Color information

#7799AB (or 0x7799AB) is unknown color: approx Bali Hai. HEX triplet: 77, 99 and AB. RGB value is (119,153,171). Sum of RGB (Red+Green+Blue) = 119+153+171=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #7799AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7799AB is #886654. Grayscale: #909090. Windows color (decimal): -8939093 or 11245943. OLE color: 11245943.

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

Color convert

RGB119153171-
CMYK0.300.1100.33
HSL200.77º23.64%56.86%-
HSV(B)200.77º30.41%67.06%-
XYZ26.3529.6442.86-
YUV144.89142.74109.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.86%
GREEN value IS 153 (60.16% from 255) = 34.54%
BLUE value IS 171 (67.19% from 255) = 38.60%
R=26.86%
G=34.54%
B=38.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191531710.300.1100.33200.7723.6456.86
Hex7799AB1EB021c91839
Octal16723125336130413113071
Binary1110111100110011010101111110101101000011100100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7799AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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