#7799A3

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

Shades of Bali Hai #7799A3

Tints of Bali Hai #7799A3

Color information

#7799A3 (or 0x7799A3) is unknown color: approx Bali Hai. HEX triplet: 77, 99 and A3. RGB value is (119,153,163). Sum of RGB (Red+Green+Blue) = 119+153+163=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 163 - color contains mainly: blue. Hex color #7799A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7799A3 is #88665C. Grayscale: #8F8F8F. Windows color (decimal): -8939101 or 10721655. OLE color: 10721655.

HSL color Cylindrical-coordinate representation of color #7799A3: hue angle of 193.64º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7799A3 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB119153163-
CMYK0.270.0600.36
HSL193.64º19.3%55.29%-
HSV(B)193.64º26.99%63.92%-
XYZ25.6129.3538.97-
YUV143.97138.74110.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.36%
GREEN value IS 153 (60.16% from 255) = 35.17%
BLUE value IS 163 (64.06% from 255) = 37.47%
R=27.36%
G=35.17%
B=37.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1191531630.270.0600.36193.6419.355.29
Hex7799A31B6024c21337
Octal1672312433360443022367
Binary111011110011001101000111101111001001001100001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7799A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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