Html Css Color HEX #77A08A Acapulco

📋 copy color: '#77A08A'

red 119 ◦ green 160 ◦ blue 138

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

Shades of Acapulco #77A08A

Tints of Acapulco #77A08A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.37%

 BLUE value IS 138 (54.3% from 255) = 33.09%

R = 28.54%
G = 38.37%
B = 33.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#77A08A (or 0x77A08A) is known color: Acapulco. HEX triplet: 77, A0 and 8A. RGB value is (119,160,138). Sum of RGB (Red+Green+Blue) = 119+160+138=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 160 - color contains mainly: green. Hex color #77A08A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A08A is #885F75. Grayscale: #919191. Windows color (decimal): -8937334 or 9085047. OLE color: 9085047.

HSL color Cylindrical-coordinate representation of color #77A08A: hue angle of 147.8º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77A08A is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 119 160 138 -
CMYK 0.26 0 0.14 0.37
HSL 147.8º 0.18% 0.55% -
HSV(B) 147.8º 0.26% 0.63% -
XYZ 24.77 30.9 28.7 -
YUV 145.23 123.92 109.29 -
System Red Green Blue C M Y K H S L
Decimal 119 160 138 0.26 0 0.14 0.37 147.8 0.18 0.55
Hex 77 A0 8A 1A 0 E 25 94 12 37
Octal 167 240 212 32 0 16 45 224 22 67
Binary 1110111 10100000 10001010 11010 0 1110 100101 10010100 10010 110111

Color Harmonies of #77A08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A08A

Black with #77A08A

Text Example


Text Example

White with #77A08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77A08A; }

 p { color: rgb(119,160,138); }

 H1.HeaderClassName
 {
   color: #77A08A;
 }
 .AnyTagClassName
 {
   color: #77A08A;
 }
</style>

background-color css

<style>
 a { background-color: #77A08A; }

 a { background-color: rgb(119,160,138); }

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

border-color css

<style>
 span { border-color: #77A08A; }

 span { border-color: rgb(119,160,138); }

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