Html Css Color HEX #7CA490 Acapulco

📋 copy color: '#7CA490'

red 124 ◦ green 164 ◦ blue 144

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

Shades of Acapulco #7CA490

Tints of Acapulco #7CA490

RGB

 RED value IS 124 (48.83% from 255) = 28.7%

 GREEN value IS 164 (64.45% from 255) = 37.96%

 BLUE value IS 144 (56.64% from 255) = 33.33%

R = 28.7%
G = 37.96%
B = 33.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#7CA490 (or 0x7CA490) is known color: Acapulco. HEX triplet: 7C, A4 and 90. RGB value is (124,164,144). Sum of RGB (Red+Green+Blue) = 124+164+144=432 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.70% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA490 is #835B6F. Grayscale: #959595. Windows color (decimal): -8608624 or 9479292. OLE color: 9479292.

HSL color Cylindrical-coordinate representation of color #7CA490: hue angle of 150º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7CA490 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 124 164 144 -
CMYK 0.24 0 0.12 0.36
HSL 150º 0.18% 0.56% -
HSV(B) 150º 0.24% 0.64% -
XYZ 26.62 32.85 31.32 -
YUV 149.76 124.75 109.63 -
System Red Green Blue C M Y K H S L
Decimal 124 164 144 0.24 0 0.12 0.36 150 0.18 0.56
Hex 7C A4 90 18 0 C 24 96 12 38
Octal 174 244 220 30 0 14 44 226 22 70
Binary 1111100 10100100 10010000 11000 0 1100 100100 10010110 10010 111000

Color Harmonies of #7CA490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA490

Black with #7CA490

Text Example


Text Example

White with #7CA490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CA490; }

 p { color: rgb(124,164,144); }

 H1.HeaderClassName
 {
   color: #7CA490;
 }
 .AnyTagClassName
 {
   color: #7CA490;
 }
</style>

background-color css

<style>
 a { background-color: #7CA490; }

 a { background-color: rgb(124,164,144); }

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

border-color css

<style>
 span { border-color: #7CA490; }

 span { border-color: rgb(124,164,144); }

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