Html Css Color HEX #77A49A Acapulco

📋 copy color: '#77A49A'

red 119 ◦ green 164 ◦ blue 154

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

Shades of Acapulco #77A49A

Tints of Acapulco #77A49A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.53%

 BLUE value IS 154 (60.55% from 255) = 35.24%

R = 27.23%
G = 37.53%
B = 35.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#77A49A (or 0x77A49A) is known color: Acapulco. HEX triplet: 77, A4 and 9A. RGB value is (119,164,154). Sum of RGB (Red+Green+Blue) = 119+164+154=437 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.23% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 164 - color contains mainly: green. Hex color #77A49A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A49A is #885B65. Grayscale: #959595. Windows color (decimal): -8936294 or 10134647. OLE color: 10134647.

HSL color Cylindrical-coordinate representation of color #77A49A: hue angle of 166.67º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #77A49A is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 164 154 -
CMYK 0.27 0 0.06 0.36
HSL 166.67º 0.2% 0.55% -
HSV(B) 166.67º 0.27% 0.64% -
XYZ 26.72 32.81 35.5 -
YUV 149.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 119 164 154 0.27 0 0.06 0.36 166.67 0.2 0.55
Hex 77 A4 9A 1B 0 6 24 A7 14 37
Octal 167 244 232 33 0 6 44 247 24 67
Binary 1110111 10100100 10011010 11011 0 110 100100 10100111 10100 110111

Color Harmonies of #77A49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A49A

Black with #77A49A

Text Example


Text Example

White with #77A49A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,164,154); }

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

background-color css

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

 a { background-color: rgb(119,164,154); }

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

border-color css

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

 span { border-color: rgb(119,164,154); }

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