Html Css Color HEX #7799AC Bali Hai

📋 copy color: '#7799AC'

red 119 ◦ green 153 ◦ blue 172

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

Shades of Bali Hai #7799AC

Tints of Bali Hai #7799AC

RGB

 RED value IS 119 (46.88% from 255) = 26.8%

 GREEN value IS 153 (60.16% from 255) = 34.46%

 BLUE value IS 172 (67.58% from 255) = 38.74%

R = 26.8%
G = 34.46%
B = 38.74%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7799AC (or 0x7799AC) is known color: Bali Hai. HEX triplet: 77, 99 and AC. RGB value is (119,153,172). Sum of RGB (Red+Green+Blue) = 119+153+172=444 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.80% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #7799AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7799AC is #886653. Grayscale: #909090. Windows color (decimal): -8939092 or 11311479. OLE color: 11311479.

HSL color Cylindrical-coordinate representation of color #7799AC: hue angle of 201.51º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7799AC is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 153 172 -
CMYK 0.31 0.11 0 0.33
HSL 201.51º 0.24% 0.57% -
HSV(B) 201.51º 0.31% 0.67% -
XYZ 26.45 29.68 43.37 -
YUV 145 143.24 109.46 -
System Red Green Blue C M Y K H S L
Decimal 119 153 172 0.31 0.11 0 0.33 201.51 0.24 0.57
Hex 77 99 AC 1F B 0 21 CA 18 39
Octal 167 231 254 37 13 0 41 312 30 71
Binary 1110111 10011001 10101100 11111 1011 0 100001 11001010 11000 111001

Color Harmonies of #7799AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7799AC

Black with #7799AC

Text Example


Text Example

White with #7799AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7799AC;
 }
 .AnyTagClassName
 {
   color: #7799AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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