Html Css Color HEX #75B79D Acapulco

📋 copy color: '#75B79D'

red 117 ◦ green 183 ◦ blue 157

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

Shades of Acapulco #75B79D

Tints of Acapulco #75B79D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.04%

 BLUE value IS 157 (61.72% from 255) = 34.35%

R = 25.6%
G = 40.04%
B = 34.35%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#75B79D (or 0x75B79D) is known color: Acapulco. HEX triplet: 75, B7 and 9D. RGB value is (117,183,157). Sum of RGB (Red+Green+Blue) = 117+183+157=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 183 - color contains mainly: green. Hex color #75B79D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B79D is #8A4862. Grayscale: #A0A0A0. Windows color (decimal): -9062499 or 10336117. OLE color: 10336117.

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

Color convert

RGB 117 183 157 -
CMYK 0.36 0 0.14 0.28
HSL 156.36º 0.31% 0.59% -
HSV(B) 156.36º 0.36% 0.72% -
XYZ 30.36 40.08 38.04 -
YUV 160.3 126.13 97.11 -
System Red Green Blue C M Y K H S L
Decimal 117 183 157 0.36 0 0.14 0.28 156.36 0.31 0.59
Hex 75 B7 9D 24 0 E 1C 9C 1F 3B
Octal 165 267 235 44 0 16 34 234 37 73
Binary 1110101 10110111 10011101 100100 0 1110 11100 10011100 11111 111011

Color Harmonies of #75B79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B79D

Black with #75B79D

Text Example


Text Example

White with #75B79D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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