Html Css Color HEX #76A491 Acapulco

📋 copy color: '#76A491'

red 118 ◦ green 164 ◦ blue 145

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

Shades of Acapulco #76A491

Tints of Acapulco #76A491

RGB

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

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

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

R = 27.63%
G = 38.41%
B = 33.96%

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

#76A491 (or 0x76A491) is known color: Acapulco. HEX triplet: 76, A4 and 91. RGB value is (118,164,145). Sum of RGB (Red+Green+Blue) = 118+164+145=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 164 - color contains mainly: green. Hex color #76A491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A491 is #895B6E. Grayscale: #949494. Windows color (decimal): -9001839 or 9544822. OLE color: 9544822.

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

Color convert

RGB 118 164 145 -
CMYK 0.28 0 0.12 0.36
HSL 155.22º 0.2% 0.55% -
HSV(B) 155.22º 0.28% 0.64% -
XYZ 25.86 32.45 31.69 -
YUV 148.08 126.26 106.54 -
System Red Green Blue C M Y K H S L
Decimal 118 164 145 0.28 0 0.12 0.36 155.22 0.2 0.55
Hex 76 A4 91 1C 0 C 24 9B 14 37
Octal 166 244 221 34 0 14 44 233 24 67
Binary 1110110 10100100 10010001 11100 0 1100 100100 10011011 10100 110111

Color Harmonies of #76A491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A491

Black with #76A491

Text Example


Text Example

White with #76A491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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