Html Css Color HEX #779D88 Acapulco

📋 copy color: '#779D88'

red 119 ◦ green 157 ◦ blue 136

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

Shades of Acapulco #779D88

Tints of Acapulco #779D88

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.11%

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

R = 28.88%
G = 38.11%
B = 33.01%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#779D88 (or 0x779D88) is known color: Acapulco. HEX triplet: 77, 9D and 88. RGB value is (119,157,136). Sum of RGB (Red+Green+Blue) = 119+157+136=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 157 - color contains mainly: green. Hex color #779D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779D88 is #886277. Grayscale: #8F8F8F. Windows color (decimal): -8938104 or 8953207. OLE color: 8953207.

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

Color convert

RGB 119 157 136 -
CMYK 0.24 0 0.13 0.38
HSL 146.84º 0.16% 0.54% -
HSV(B) 146.84º 0.24% 0.62% -
XYZ 24.11 29.81 27.78 -
YUV 143.24 123.91 110.71 -
System Red Green Blue C M Y K H S L
Decimal 119 157 136 0.24 0 0.13 0.38 146.84 0.16 0.54
Hex 77 9D 88 18 0 D 26 93 10 36
Octal 167 235 210 30 0 15 46 223 20 66
Binary 1110111 10011101 10001000 11000 0 1101 100110 10010011 10000 110110

Color Harmonies of #779D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779D88

Black with #779D88

Text Example


Text Example

White with #779D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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