Html Css Color HEX #779E88 Acapulco

📋 copy color: '#779E88'

red 119 ◦ green 158 ◦ blue 136

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

Shades of Acapulco #779E88

Tints of Acapulco #779E88

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.26%

 BLUE value IS 136 (53.52% from 255) = 32.93%

R = 28.81%
G = 38.26%
B = 32.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#779E88 (or 0x779E88) is known color: Acapulco. HEX triplet: 77, 9E and 88. RGB value is (119,158,136). Sum of RGB (Red+Green+Blue) = 119+158+136=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 158 - color contains mainly: green. Hex color #779E88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779E88 is #886177. Grayscale: #8F8F8F. Windows color (decimal): -8937848 or 8953463. OLE color: 8953463.

HSL color Cylindrical-coordinate representation of color #779E88: hue angle of 146.15º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #779E88 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 158 136 -
CMYK 0.25 0 0.14 0.38
HSL 146.15º 0.17% 0.54% -
HSV(B) 146.15º 0.25% 0.62% -
XYZ 24.28 30.15 27.83 -
YUV 143.83 123.58 110.29 -
System Red Green Blue C M Y K H S L
Decimal 119 158 136 0.25 0 0.14 0.38 146.15 0.17 0.54
Hex 77 9E 88 19 0 E 26 92 11 36
Octal 167 236 210 31 0 16 46 222 21 66
Binary 1110111 10011110 10001000 11001 0 1110 100110 10010010 10001 110110

Color Harmonies of #779E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779E88

Black with #779E88

Text Example


Text Example

White with #779E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779E88; }

 p { color: rgb(119,158,136); }

 H1.HeaderClassName
 {
   color: #779E88;
 }
 .AnyTagClassName
 {
   color: #779E88;
 }
</style>

background-color css

<style>
 a { background-color: #779E88; }

 a { background-color: rgb(119,158,136); }

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

border-color css

<style>
 span { border-color: #779E88; }

 span { border-color: rgb(119,158,136); }

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