Html Css Color HEX #76A291 Acapulco

📋 copy color: '#76A291'

red 118 ◦ green 162 ◦ blue 145

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

Shades of Acapulco #76A291

Tints of Acapulco #76A291

RGB

 RED value IS 118 (46.48% from 255) = 27.76%

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

 BLUE value IS 145 (57.03% from 255) = 34.12%

R = 27.76%
G = 38.12%
B = 34.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#76A291 (or 0x76A291) is known color: Acapulco. HEX triplet: 76, A2 and 91. RGB value is (118,162,145). Sum of RGB (Red+Green+Blue) = 118+162+145=425 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.76% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 162 - color contains mainly: green. Hex color #76A291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A291 is #895D6E. Grayscale: #929292. Windows color (decimal): -9002351 or 9544310. OLE color: 9544310.

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

Color convert

RGB 118 162 145 -
CMYK 0.27 0 0.10 0.36
HSL 156.82º 0.19% 0.55% -
HSV(B) 156.82º 0.27% 0.64% -
XYZ 25.5 31.74 31.57 -
YUV 146.91 126.92 107.38 -
System Red Green Blue C M Y K H S L
Decimal 118 162 145 0.27 0 0.10 0.36 156.82 0.19 0.55
Hex 76 A2 91 1B 0 A 24 9D 13 37
Octal 166 242 221 33 0 12 44 235 23 67
Binary 1110110 10100010 10010001 11011 0 1010 100100 10011101 10011 110111

Color Harmonies of #76A291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A291

Black with #76A291

Text Example


Text Example

White with #76A291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76A291; }

 p { color: rgb(118,162,145); }

 H1.HeaderClassName
 {
   color: #76A291;
 }
 .AnyTagClassName
 {
   color: #76A291;
 }
</style>

background-color css

<style>
 a { background-color: #76A291; }

 a { background-color: rgb(118,162,145); }

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

border-color css

<style>
 span { border-color: #76A291; }

 span { border-color: rgb(118,162,145); }

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