Html Css Color HEX #76A895 Acapulco

📋 copy color: '#76A895'

red 118 ◦ green 168 ◦ blue 149

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

Shades of Acapulco #76A895

Tints of Acapulco #76A895

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.62%

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

R = 27.13%
G = 38.62%
B = 34.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#76A895 (or 0x76A895) is known color: Acapulco. HEX triplet: 76, A8 and 95. RGB value is (118,168,149). Sum of RGB (Red+Green+Blue) = 118+168+149=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 168 - color contains mainly: green. Hex color #76A895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A895 is #89576A. Grayscale: #969696. Windows color (decimal): -9000811 or 9807990. OLE color: 9807990.

HSL color Cylindrical-coordinate representation of color #76A895: hue angle of 157.2º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76A895 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 118 168 149 -
CMYK 0.30 0 0.11 0.34
HSL 157.2º 0.22% 0.56% -
HSV(B) 157.2º 0.3% 0.66% -
XYZ 26.9 34.03 33.58 -
YUV 150.88 126.94 104.54 -
System Red Green Blue C M Y K H S L
Decimal 118 168 149 0.30 0 0.11 0.34 157.2 0.22 0.56
Hex 76 A8 95 1E 0 B 22 9D 16 38
Octal 166 250 225 36 0 13 42 235 26 70
Binary 1110110 10101000 10010101 11110 0 1011 100010 10011101 10110 111000

Color Harmonies of #76A895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A895

Black with #76A895

Text Example


Text Example

White with #76A895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,168,149); }

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

background-color css

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

 a { background-color: rgb(118,168,149); }

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

border-color css

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

 span { border-color: rgb(118,168,149); }

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