Html Css Color HEX #7CB199 Acapulco

📋 copy color: '#7CB199'

red 124 ◦ green 177 ◦ blue 153

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

Shades of Acapulco #7CB199

Tints of Acapulco #7CB199

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.99%

 BLUE value IS 153 (60.16% from 255) = 33.7%

R = 27.31%
G = 38.99%
B = 33.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#7CB199 (or 0x7CB199) is known color: Acapulco. HEX triplet: 7C, B1 and 99. RGB value is (124,177,153). Sum of RGB (Red+Green+Blue) = 124+177+153=454 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.31% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB199 is #834E66. Grayscale: #9E9E9E. Windows color (decimal): -8605287 or 10072444. OLE color: 10072444.

HSL color Cylindrical-coordinate representation of color #7CB199: hue angle of 152.83º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7CB199 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 124 177 153 -
CMYK 0.30 0 0.14 0.31
HSL 152.83º 0.25% 0.59% -
HSV(B) 152.83º 0.3% 0.69% -
XYZ 29.78 38.03 35.91 -
YUV 158.42 124.94 103.45 -
System Red Green Blue C M Y K H S L
Decimal 124 177 153 0.30 0 0.14 0.31 152.83 0.25 0.59
Hex 7C B1 99 1E 0 E 1F 99 19 3B
Octal 174 261 231 36 0 16 37 231 31 73
Binary 1111100 10110001 10011001 11110 0 1110 11111 10011001 11001 111011

Color Harmonies of #7CB199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB199

Black with #7CB199

Text Example


Text Example

White with #7CB199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,177,153); }

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

background-color css

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

 a { background-color: rgb(124,177,153); }

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

border-color css

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

 span { border-color: rgb(124,177,153); }

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