Html Css Color HEX #7CA977 Amulet

📋 copy color: '#7CA977'

red 124 ◦ green 169 ◦ blue 119

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

Shades of Amulet #7CA977

Tints of Amulet #7CA977

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.02%

 BLUE value IS 119 (46.88% from 255) = 28.88%

R = 30.1%
G = 41.02%
B = 28.88%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#7CA977 (or 0x7CA977) is known color: Amulet. HEX triplet: 7C, A9 and 77. RGB value is (124,169,119). Sum of RGB (Red+Green+Blue) = 124+169+119=412 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.10% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 169 - color contains mainly: green. Hex color #7CA977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA977 is #835688. Grayscale: #969696. Windows color (decimal): -8607369 or 7842172. OLE color: 7842172.

HSL color Cylindrical-coordinate representation of color #7CA977: hue angle of 114º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7CA977 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 124 169 119 -
CMYK 0.27 0 0.30 0.34
HSL 114º 0.23% 0.56% -
HSV(B) 114º 0.3% 0.66% -
XYZ 25.83 33.99 22.65 -
YUV 149.85 110.59 109.57 -
System Red Green Blue C M Y K H S L
Decimal 124 169 119 0.27 0 0.30 0.34 114 0.23 0.56
Hex 7C A9 77 1B 0 1E 22 72 17 38
Octal 174 251 167 33 0 36 42 162 27 70
Binary 1111100 10101001 1110111 11011 0 11110 100010 1110010 10111 111000

Color Harmonies of #7CA977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA977

Black with #7CA977

Text Example


Text Example

White with #7CA977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,169,119); }

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

background-color css

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

 a { background-color: rgb(124,169,119); }

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

border-color css

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

 span { border-color: rgb(124,169,119); }

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