Html Css Color HEX #7CB7A0 Acapulco

📋 copy color: '#7CB7A0'

red 124 ◦ green 183 ◦ blue 160

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

Shades of Acapulco #7CB7A0

Tints of Acapulco #7CB7A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.26%

R = 26.55%
G = 39.19%
B = 34.26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#7CB7A0 (or 0x7CB7A0) is known color: Acapulco. HEX triplet: 7C, B7 and A0. RGB value is (124,183,160). Sum of RGB (Red+Green+Blue) = 124+183+160=467 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.55% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB7A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB7A0 is #83485F. Grayscale: #A2A2A2. Windows color (decimal): -8603744 or 10532732. OLE color: 10532732.

HSL color Cylindrical-coordinate representation of color #7CB7A0: hue angle of 156.61º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7CB7A0 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 124 183 160 -
CMYK 0.32 0 0.13 0.28
HSL 156.61º 0.29% 0.6% -
HSV(B) 156.61º 0.32% 0.72% -
XYZ 31.59 40.69 39.45 -
YUV 162.74 126.45 100.37 -
System Red Green Blue C M Y K H S L
Decimal 124 183 160 0.32 0 0.13 0.28 156.61 0.29 0.6
Hex 7C B7 A0 20 0 D 1C 9D 1D 3C
Octal 174 267 240 40 0 15 34 235 35 74
Binary 1111100 10110111 10100000 100000 0 1101 11100 10011101 11101 111100

Color Harmonies of #7CB7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB7A0

Black with #7CB7A0

Text Example


Text Example

White with #7CB7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,183,160); }

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

background-color css

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

 a { background-color: rgb(124,183,160); }

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

border-color css

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

 span { border-color: rgb(124,183,160); }

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