Html Css Color HEX #7CA176 Amulet

📋 copy color: '#7CA176'

red 124 ◦ green 161 ◦ blue 118

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

Shades of Amulet #7CA176

Tints of Amulet #7CA176

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.95%

 BLUE value IS 118 (46.48% from 255) = 29.28%

R = 30.77%
G = 39.95%
B = 29.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#7CA176 (or 0x7CA176) is known color: Amulet. HEX triplet: 7C, A1 and 76. RGB value is (124,161,118). Sum of RGB (Red+Green+Blue) = 124+161+118=403 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.77% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 161 - color contains mainly: green. Hex color #7CA176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA176 is #835E89. Grayscale: #919191. Windows color (decimal): -8609418 or 7774588. OLE color: 7774588.

HSL color Cylindrical-coordinate representation of color #7CA176: hue angle of 111.63º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7CA176 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 124 161 118 -
CMYK 0.23 0 0.27 0.37
HSL 111.63º 0.19% 0.55% -
HSV(B) 111.63º 0.27% 0.63% -
XYZ 24.33 31.08 21.86 -
YUV 145.04 112.74 113 -
System Red Green Blue C M Y K H S L
Decimal 124 161 118 0.23 0 0.27 0.37 111.63 0.19 0.55
Hex 7C A1 76 17 0 1B 25 70 13 37
Octal 174 241 166 27 0 33 45 160 23 67
Binary 1111100 10100001 1110110 10111 0 11011 100101 1110000 10011 110111

Color Harmonies of #7CA176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA176

Black with #7CA176

Text Example


Text Example

White with #7CA176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,161,118); }

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

background-color css

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

 a { background-color: rgb(124,161,118); }

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

border-color css

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

 span { border-color: rgb(124,161,118); }

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