Html Css Color HEX #75A089 Acapulco

📋 copy color: '#75A089'

red 117 ◦ green 160 ◦ blue 137

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

Shades of Acapulco #75A089

Tints of Acapulco #75A089

RGB

 RED value IS 117 (46.09% from 255) = 28.26%

 GREEN value IS 160 (62.89% from 255) = 38.65%

 BLUE value IS 137 (53.91% from 255) = 33.09%

R = 28.26%
G = 38.65%
B = 33.09%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#75A089 (or 0x75A089) is known color: Acapulco. HEX triplet: 75, A0 and 89. RGB value is (117,160,137). Sum of RGB (Red+Green+Blue) = 117+160+137=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 160 - color contains mainly: green. Hex color #75A089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A089 is #8A5F76. Grayscale: #909090. Windows color (decimal): -9068407 or 9019509. OLE color: 9019509.

HSL color Cylindrical-coordinate representation of color #75A089: hue angle of 147.91º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75A089 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 117 160 137 -
CMYK 0.27 0 0.14 0.37
HSL 147.91º 0.18% 0.54% -
HSV(B) 147.91º 0.27% 0.63% -
XYZ 24.42 30.73 28.31 -
YUV 144.52 123.75 108.37 -
System Red Green Blue C M Y K H S L
Decimal 117 160 137 0.27 0 0.14 0.37 147.91 0.18 0.54
Hex 75 A0 89 1B 0 E 25 94 12 36
Octal 165 240 211 33 0 16 45 224 22 66
Binary 1110101 10100000 10001001 11011 0 1110 100101 10010100 10010 110110

Color Harmonies of #75A089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A089

Black with #75A089

Text Example


Text Example

White with #75A089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75A089; }

 p { color: rgb(117,160,137); }

 H1.HeaderClassName
 {
   color: #75A089;
 }
 .AnyTagClassName
 {
   color: #75A089;
 }
</style>

background-color css

<style>
 a { background-color: #75A089; }

 a { background-color: rgb(117,160,137); }

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

border-color css

<style>
 span { border-color: #75A089; }

 span { border-color: rgb(117,160,137); }

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