#75B79C

Color #75B79C Acapulco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acapulco #75B79C

Tints of Acapulco #75B79C

Color information

#75B79C (or 0x75B79C) is unknown color: approx Acapulco. HEX triplet: 75, B7 and 9C. RGB value is (117,183,156). Sum of RGB (Red+Green+Blue) = 117+183+156=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 183 - color contains mainly: green. Hex color #75B79C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B79C is #8A4863. Grayscale: #A0A0A0. Windows color (decimal): -9062500 or 10270581. OLE color: 10270581.

HSL color Cylindrical-coordinate representation of color #75B79C: hue angle of 155.45º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75B79C is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB117183156-
CMYK0.3600.150.28
HSL155.45º31.43%58.82%-
HSV(B)155.45º36.07%71.76%-
XYZ30.2740.0537.59-
YUV160.19125.6397.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.66%
GREEN value IS 183 (71.88% from 255) = 40.13%
BLUE value IS 156 (61.33% from 255) = 34.21%
R=25.66%
G=40.13%
B=34.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1171831560.3600.150.28155.4531.4358.82
Hex75B79C240F1C9b1f3b
Octal16526723444017342333773
Binary1110101101101111001110010010001111111001001101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,183,156); }

 H1.HeaderClassName
 {
   color: #75B79C;
 }
 .AnyTagClassName
 {
   color: #75B79C;
 }
</style>
background-color css

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

 a { background-color: rgb(117,183,156); }

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

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

 span { border-color: rgb(117,183,156); }

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