Html Css Color HEX #77B071 Amulet

📋 copy color: '#77B071'

red 119 ◦ green 176 ◦ blue 113

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

Shades of Amulet #77B071

Tints of Amulet #77B071

RGB

 RED value IS 119 (46.88% from 255) = 29.17%

 GREEN value IS 176 (69.14% from 255) = 43.14%

 BLUE value IS 113 (44.53% from 255) = 27.7%

R = 29.17%
G = 43.14%
B = 27.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#77B071 (or 0x77B071) is known color: Amulet. HEX triplet: 77, B0 and 71. RGB value is (119,176,113). Sum of RGB (Red+Green+Blue) = 119+176+113=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 176 - color contains mainly: green. Hex color #77B071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77B071 is #884F8E. Grayscale: #979797. Windows color (decimal): -8933263 or 7450743. OLE color: 7450743.

HSL color Cylindrical-coordinate representation of color #77B071: hue angle of 114.29º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77B071 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 176 113 -
CMYK 0.32 0 0.36 0.31
HSL 114.29º 0.29% 0.57% -
HSV(B) 114.29º 0.36% 0.69% -
XYZ 26.11 36.16 21.23 -
YUV 151.78 106.12 104.62 -
System Red Green Blue C M Y K H S L
Decimal 119 176 113 0.32 0 0.36 0.31 114.29 0.29 0.57
Hex 77 B0 71 20 0 24 1F 72 1D 39
Octal 167 260 161 40 0 44 37 162 35 71
Binary 1110111 10110000 1110001 100000 0 100100 11111 1110010 11101 111001

Color Harmonies of #77B071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B071

Black with #77B071

Text Example


Text Example

White with #77B071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77B071; }

 p { color: rgb(119,176,113); }

 H1.HeaderClassName
 {
   color: #77B071;
 }
 .AnyTagClassName
 {
   color: #77B071;
 }
</style>

background-color css

<style>
 a { background-color: #77B071; }

 a { background-color: rgb(119,176,113); }

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

border-color css

<style>
 span { border-color: #77B071; }

 span { border-color: rgb(119,176,113); }

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