Html Css Color HEX #77B195 Acapulco

📋 copy color: '#77B195'

red 119 ◦ green 177 ◦ blue 149

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

Shades of Acapulco #77B195

Tints of Acapulco #77B195

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.78%

 BLUE value IS 149 (58.59% from 255) = 33.48%

R = 26.74%
G = 39.78%
B = 33.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#77B195 (or 0x77B195) is known color: Acapulco. HEX triplet: 77, B1 and 95. RGB value is (119,177,149). Sum of RGB (Red+Green+Blue) = 119+177+149=445 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.74% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 177 - color contains mainly: green. Hex color #77B195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77B195 is #884E6A. Grayscale: #9C9C9C. Windows color (decimal): -8932971 or 9810295. OLE color: 9810295.

HSL color Cylindrical-coordinate representation of color #77B195: hue angle of 151.03º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #77B195 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 177 149 -
CMYK 0.33 0 0.16 0.31
HSL 151.03º 0.27% 0.58% -
HSV(B) 151.03º 0.33% 0.69% -
XYZ 28.75 37.54 34.16 -
YUV 156.47 123.78 101.28 -
System Red Green Blue C M Y K H S L
Decimal 119 177 149 0.33 0 0.16 0.31 151.03 0.27 0.58
Hex 77 B1 95 21 0 10 1F 97 1B 3A
Octal 167 261 225 41 0 20 37 227 33 72
Binary 1110111 10110001 10010101 100001 0 10000 11111 10010111 11011 111010

Color Harmonies of #77B195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B195

Black with #77B195

Text Example


Text Example

White with #77B195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,177,149); }

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

background-color css

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

 a { background-color: rgb(119,177,149); }

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

border-color css

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

 span { border-color: rgb(119,177,149); }

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