#7CB277

Color #7CB277 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #7CB277

Tints of Amulet #7CB277

Color information

#7CB277 (or 0x7CB277) is unknown color: approx Amulet. HEX triplet: 7C, B2 and 77. RGB value is (124,178,119). Sum of RGB (Red+Green+Blue) = 124+178+119=421 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.45% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB277 is #834D88. Grayscale: #9B9B9B. Windows color (decimal): -8605065 or 7844476. OLE color: 7844476.

HSL color Cylindrical-coordinate representation of color #7CB277: hue angle of 114.92º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CB277 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB124178119-
CMYK0.3000.330.30
HSL114.92º27.7%58.24%-
HSV(B)114.92º33.15%69.8%-
XYZ27.5637.4623.23-
YUV155.13107.61105.8-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.45%
GREEN value IS 178 (69.92% from 255) = 42.28%
BLUE value IS 119 (46.88% from 255) = 28.27%
R=29.45%
G=42.28%
B=28.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1241781190.3000.330.30114.9227.758.24
Hex7CB2771E0211E731c3a
Octal17426216736041361633472
Binary111110010110010111011111110010000111110111001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7CB277;
 }
 .AnyTagClassName
 {
   color: #7CB277;
 }
</style>
background-color css

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

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

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

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

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

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