Html Css Color HEX #75A397 Acapulco

📋 copy color: '#75A397'

red 117 ◦ green 163 ◦ blue 151

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

Shades of Acapulco #75A397

Tints of Acapulco #75A397

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.82%

 BLUE value IS 151 (59.38% from 255) = 35.03%

R = 27.15%
G = 37.82%
B = 35.03%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#75A397 (or 0x75A397) is known color: Acapulco. HEX triplet: 75, A3 and 97. RGB value is (117,163,151). Sum of RGB (Red+Green+Blue) = 117+163+151=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 151 (59.38% from 255 or 35.03% from 431); Max value from RGB is 163 - color contains mainly: green. Hex color #75A397 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A397 is #8A5C68. Grayscale: #939393. Windows color (decimal): -9067625 or 9937781. OLE color: 9937781.

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

Color convert

RGB 117 163 151 -
CMYK 0.28 0 0.07 0.36
HSL 164.35º 0.2% 0.55% -
HSV(B) 164.35º 0.28% 0.64% -
XYZ 26.02 32.21 34.12 -
YUV 147.88 129.76 105.98 -
System Red Green Blue C M Y K H S L
Decimal 117 163 151 0.28 0 0.07 0.36 164.35 0.2 0.55
Hex 75 A3 97 1C 0 7 24 A4 14 37
Octal 165 243 227 34 0 7 44 244 24 67
Binary 1110101 10100011 10010111 11100 0 111 100100 10100100 10100 110111

Color Harmonies of #75A397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A397

Black with #75A397

Text Example


Text Example

White with #75A397

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,163,151); }

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

background-color css

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

 a { background-color: rgb(117,163,151); }

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

border-color css

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

 span { border-color: rgb(117,163,151); }

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