Html Css Color HEX #77A294 Acapulco

📋 copy color: '#77A294'

red 119 ◦ green 162 ◦ blue 148

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

Shades of Acapulco #77A294

Tints of Acapulco #77A294

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.76%

 BLUE value IS 148 (58.2% from 255) = 34.5%

R = 27.74%
G = 37.76%
B = 34.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#77A294 (or 0x77A294) is known color: Acapulco. HEX triplet: 77, A2 and 94. RGB value is (119,162,148). Sum of RGB (Red+Green+Blue) = 119+162+148=429 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.74% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 162 - color contains mainly: green. Hex color #77A294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A294 is #885D6B. Grayscale: #939393. Windows color (decimal): -8936812 or 9740919. OLE color: 9740919.

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

Color convert

RGB 119 162 148 -
CMYK 0.27 0 0.09 0.36
HSL 160.47º 0.19% 0.55% -
HSV(B) 160.47º 0.27% 0.64% -
XYZ 25.87 31.9 32.81 -
YUV 147.55 128.25 107.64 -
System Red Green Blue C M Y K H S L
Decimal 119 162 148 0.27 0 0.09 0.36 160.47 0.19 0.55
Hex 77 A2 94 1B 0 9 24 A0 13 37
Octal 167 242 224 33 0 11 44 240 23 67
Binary 1110111 10100010 10010100 11011 0 1001 100100 10100000 10011 110111

Color Harmonies of #77A294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A294

Black with #77A294

Text Example


Text Example

White with #77A294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,162,148); }

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

background-color css

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

 a { background-color: rgb(119,162,148); }

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

border-color css

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

 span { border-color: rgb(119,162,148); }

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