Html Css Color HEX #7FB776 Amulet

📋 copy color: '#7FB776'

red 127 ◦ green 183 ◦ blue 118

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

Shades of Amulet #7FB776

Tints of Amulet #7FB776

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.76%

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

R = 29.67%
G = 42.76%
B = 27.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#7FB776 (or 0x7FB776) is known color: Amulet. HEX triplet: 7F, B7 and 76. RGB value is (127,183,118). Sum of RGB (Red+Green+Blue) = 127+183+118=428 (56% of max value = 765). Red value is 127 (50% from 255 or 29.67% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB776 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB776 is #804889. Grayscale: #9F9F9F. Windows color (decimal): -8407178 or 7780223. OLE color: 7780223.

HSL color Cylindrical-coordinate representation of color #7FB776: hue angle of 111.69º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FB776 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 127 183 118 -
CMYK 0.31 0 0.36 0.28
HSL 111.69º 0.31% 0.59% -
HSV(B) 111.69º 0.36% 0.72% -
XYZ 28.96 39.69 23.27 -
YUV 158.85 104.95 105.29 -
System Red Green Blue C M Y K H S L
Decimal 127 183 118 0.31 0 0.36 0.28 111.69 0.31 0.59
Hex 7F B7 76 1F 0 24 1C 70 1F 3B
Octal 177 267 166 37 0 44 34 160 37 73
Binary 1111111 10110111 1110110 11111 0 100100 11100 1110000 11111 111011

Color Harmonies of #7FB776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB776

Black with #7FB776

Text Example


Text Example

White with #7FB776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,183,118); }

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

background-color css

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

 a { background-color: rgb(127,183,118); }

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

border-color css

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

 span { border-color: rgb(127,183,118); }

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