Html Css Color HEX #7799AB Bali Hai

📋 copy color: '#7799AB'

red 119 ◦ green 153 ◦ blue 171

#7799AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bali Hai #7799AB

Tints of Bali Hai #7799AB

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.6%

R = 26.86%
G = 34.54%
B = 38.6%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7799AB (or 0x7799AB) is known color: 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

RGB 119 153 171 -
CMYK 0.30 0.11 0 0.33
HSL 200.77º 0.24% 0.57% -
HSV(B) 200.77º 0.3% 0.67% -
XYZ 26.35 29.64 42.86 -
YUV 144.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 119 153 171 0.30 0.11 0 0.33 200.77 0.24 0.57
Hex 77 99 AB 1E B 0 21 C9 18 39
Octal 167 231 253 36 13 0 41 311 30 71
Binary 1110111 10011001 10101011 11110 1011 0 100001 11001001 11000 111001

Color Harmonies of #7799AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7799AB

Black with #7799AB

Text Example


Text Example

White with #7799AB

Text Example


Text Example

HTML Codes & Css Web 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>