Html Css Color HEX #77A48C Acapulco

📋 copy color: '#77A48C'

red 119 ◦ green 164 ◦ blue 140

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

Shades of Acapulco #77A48C

Tints of Acapulco #77A48C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.1%

R = 28.13%
G = 38.77%
B = 33.1%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#77A48C (or 0x77A48C) is known color: Acapulco. HEX triplet: 77, A4 and 8C. RGB value is (119,164,140). Sum of RGB (Red+Green+Blue) = 119+164+140=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 164 - color contains mainly: green. Hex color #77A48C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A48C is #885B73. Grayscale: #939393. Windows color (decimal): -8936308 or 9217143. OLE color: 9217143.

HSL color Cylindrical-coordinate representation of color #77A48C: hue angle of 148º 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 #77A48C is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 164 140 -
CMYK 0.27 0 0.15 0.36
HSL 148º 0.2% 0.55% -
HSV(B) 148º 0.27% 0.64% -
XYZ 25.62 32.37 29.71 -
YUV 147.81 123.59 107.45 -
System Red Green Blue C M Y K H S L
Decimal 119 164 140 0.27 0 0.15 0.36 148 0.2 0.55
Hex 77 A4 8C 1B 0 F 24 94 14 37
Octal 167 244 214 33 0 17 44 224 24 67
Binary 1110111 10100100 10001100 11011 0 1111 100100 10010100 10100 110111

Color Harmonies of #77A48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A48C

Black with #77A48C

Text Example


Text Example

White with #77A48C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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