Html Css Color HEX #77B171 Amulet

📋 copy color: '#77B171'

red 119 ◦ green 177 ◦ blue 113

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

Shades of Amulet #77B171

Tints of Amulet #77B171

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.28%

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

R = 29.1%
G = 43.28%
B = 27.63%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#77B171 (or 0x77B171) is known color: Amulet. HEX triplet: 77, B1 and 71. RGB value is (119,177,113). Sum of RGB (Red+Green+Blue) = 119+177+113=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 177 - color contains mainly: green. Hex color #77B171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77B171 is #884E8E. Grayscale: #989898. Windows color (decimal): -8933007 or 7450999. OLE color: 7450999.

HSL color Cylindrical-coordinate representation of color #77B171: hue angle of 114.38º 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 #77B171 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 177 113 -
CMYK 0.33 0 0.36 0.31
HSL 114.38º 0.29% 0.57% -
HSV(B) 114.38º 0.36% 0.69% -
XYZ 26.31 36.56 21.29 -
YUV 152.36 105.78 104.2 -
System Red Green Blue C M Y K H S L
Decimal 119 177 113 0.33 0 0.36 0.31 114.38 0.29 0.57
Hex 77 B1 71 21 0 24 1F 72 1D 39
Octal 167 261 161 41 0 44 37 162 35 71
Binary 1110111 10110001 1110001 100001 0 100100 11111 1110010 11101 111001

Color Harmonies of #77B171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B171

Black with #77B171

Text Example


Text Example

White with #77B171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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