Html Css Color HEX #7FA477 Amulet

📋 copy color: '#7FA477'

red 127 ◦ green 164 ◦ blue 119

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

Shades of Amulet #7FA477

Tints of Amulet #7FA477

RGB

 RED value IS 127 (50% from 255) = 30.98%

 GREEN value IS 164 (64.45% from 255) = 40%

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

R = 30.98%
G = 40%
B = 29.02%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#7FA477 (or 0x7FA477) is known color: Amulet. HEX triplet: 7F, A4 and 77. RGB value is (127,164,119). Sum of RGB (Red+Green+Blue) = 127+164+119=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA477 is #805B88. Grayscale: #939393. Windows color (decimal): -8412041 or 7840895. OLE color: 7840895.

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

Color convert

RGB 127 164 119 -
CMYK 0.23 0 0.27 0.36
HSL 109.33º 0.2% 0.55% -
HSV(B) 109.33º 0.27% 0.64% -
XYZ 25.36 32.39 22.37 -
YUV 147.81 111.74 113.16 -
System Red Green Blue C M Y K H S L
Decimal 127 164 119 0.23 0 0.27 0.36 109.33 0.2 0.55
Hex 7F A4 77 17 0 1B 24 6D 14 37
Octal 177 244 167 27 0 33 44 155 24 67
Binary 1111111 10100100 1110111 10111 0 11011 100100 1101101 10100 110111

Color Harmonies of #7FA477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA477

Black with #7FA477

Text Example


Text Example

White with #7FA477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,164,119); }

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

background-color css

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

 a { background-color: rgb(127,164,119); }

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

border-color css

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

 span { border-color: rgb(127,164,119); }

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