Html Css Color HEX #7FA877 Amulet

📋 copy color: '#7FA877'

red 127 ◦ green 168 ◦ blue 119

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

Shades of Amulet #7FA877

Tints of Amulet #7FA877

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.58%

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

R = 30.68%
G = 40.58%
B = 28.74%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#7FA877 (or 0x7FA877) is known color: Amulet. HEX triplet: 7F, A8 and 77. RGB value is (127,168,119). Sum of RGB (Red+Green+Blue) = 127+168+119=414 (54% of max value = 765). Red value is 127 (50% from 255 or 30.68% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 168 - color contains mainly: green. Hex color #7FA877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA877 is #805788. Grayscale: #969696. Windows color (decimal): -8411017 or 7841919. OLE color: 7841919.

HSL color Cylindrical-coordinate representation of color #7FA877: hue angle of 110.2º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FA877 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB 127 168 119 -
CMYK 0.24 0 0.29 0.34
HSL 110.2º 0.22% 0.56% -
HSV(B) 110.2º 0.29% 0.66% -
XYZ 26.08 33.85 22.61 -
YUV 150.16 110.42 111.48 -
System Red Green Blue C M Y K H S L
Decimal 127 168 119 0.24 0 0.29 0.34 110.2 0.22 0.56
Hex 7F A8 77 18 0 1D 22 6E 16 38
Octal 177 250 167 30 0 35 42 156 26 70
Binary 1111111 10101000 1110111 11000 0 11101 100010 1101110 10110 111000

Color Harmonies of #7FA877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA877

Black with #7FA877

Text Example


Text Example

White with #7FA877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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