Html Css Color HEX #7CA293 Acapulco

📋 copy color: '#7CA293'

red 124 ◦ green 162 ◦ blue 147

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

Shades of Acapulco #7CA293

Tints of Acapulco #7CA293

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.41%

 BLUE value IS 147 (57.81% from 255) = 33.95%

R = 28.64%
G = 37.41%
B = 33.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#7CA293 (or 0x7CA293) is known color: Acapulco. HEX triplet: 7C, A2 and 93. RGB value is (124,162,147). Sum of RGB (Red+Green+Blue) = 124+162+147=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA293 is #835D6C. Grayscale: #949494. Windows color (decimal): -8609133 or 9675388. OLE color: 9675388.

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

Color convert

RGB 124 162 147 -
CMYK 0.23 0 0.09 0.36
HSL 156.32º 0.17% 0.56% -
HSV(B) 156.32º 0.23% 0.64% -
XYZ 26.5 32.23 32.43 -
YUV 148.93 126.91 110.22 -
System Red Green Blue C M Y K H S L
Decimal 124 162 147 0.23 0 0.09 0.36 156.32 0.17 0.56
Hex 7C A2 93 17 0 9 24 9C 11 38
Octal 174 242 223 27 0 11 44 234 21 70
Binary 1111100 10100010 10010011 10111 0 1001 100100 10011100 10001 111000

Color Harmonies of #7CA293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA293

Black with #7CA293

Text Example


Text Example

White with #7CA293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,162,147); }

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

background-color css

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

 a { background-color: rgb(124,162,147); }

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

border-color css

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

 span { border-color: rgb(124,162,147); }

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