Html Css Color HEX #779D89 Acapulco

📋 copy color: '#779D89'

red 119 ◦ green 157 ◦ blue 137

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

Shades of Acapulco #779D89

Tints of Acapulco #779D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.17%

R = 28.81%
G = 38.01%
B = 33.17%

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

#779D89 (or 0x779D89) is known color: Acapulco. HEX triplet: 77, 9D and 89. RGB value is (119,157,137). Sum of RGB (Red+Green+Blue) = 119+157+137=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 157 - color contains mainly: green. Hex color #779D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779D89 is #886276. Grayscale: #8F8F8F. Windows color (decimal): -8938103 or 9018743. OLE color: 9018743.

HSL color Cylindrical-coordinate representation of color #779D89: hue angle of 148.42º 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 #779D89 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 157 137 -
CMYK 0.24 0 0.13 0.38
HSL 148.42º 0.16% 0.54% -
HSV(B) 148.42º 0.24% 0.62% -
XYZ 24.18 29.84 28.15 -
YUV 143.36 124.41 110.63 -
System Red Green Blue C M Y K H S L
Decimal 119 157 137 0.24 0 0.13 0.38 148.42 0.16 0.54
Hex 77 9D 89 18 0 D 26 94 10 36
Octal 167 235 211 30 0 15 46 224 20 66
Binary 1110111 10011101 10001001 11000 0 1101 100110 10010100 10000 110110

Color Harmonies of #779D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779D89

Black with #779D89

Text Example


Text Example

White with #779D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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