Html Css Color HEX #76A490 Acapulco

📋 copy color: '#76A490'

red 118 ◦ green 164 ◦ blue 144

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

Shades of Acapulco #76A490

Tints of Acapulco #76A490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.8%

R = 27.7%
G = 38.5%
B = 33.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#76A490 (or 0x76A490) is known color: Acapulco. HEX triplet: 76, A4 and 90. RGB value is (118,164,144). Sum of RGB (Red+Green+Blue) = 118+164+144=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 164 - color contains mainly: green. Hex color #76A490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A490 is #895B6F. Grayscale: #949494. Windows color (decimal): -9001840 or 9479286. OLE color: 9479286.

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

Color convert

RGB 118 164 144 -
CMYK 0.28 0 0.12 0.36
HSL 153.91º 0.2% 0.55% -
HSV(B) 153.91º 0.28% 0.64% -
XYZ 25.78 32.42 31.28 -
YUV 147.97 125.76 106.63 -
System Red Green Blue C M Y K H S L
Decimal 118 164 144 0.28 0 0.12 0.36 153.91 0.2 0.55
Hex 76 A4 90 1C 0 C 24 9A 14 37
Octal 166 244 220 34 0 14 44 232 24 67
Binary 1110110 10100100 10010000 11100 0 1100 100100 10011010 10100 110111

Color Harmonies of #76A490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A490

Black with #76A490

Text Example


Text Example

White with #76A490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,164,144); }

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

background-color css

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

 a { background-color: rgb(118,164,144); }

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

border-color css

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

 span { border-color: rgb(118,164,144); }

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