Html Css Color HEX #77B072 Amulet

📋 copy color: '#77B072'

red 119 ◦ green 176 ◦ blue 114

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

Shades of Amulet #77B072

Tints of Amulet #77B072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.87%

R = 29.1%
G = 43.03%
B = 27.87%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#77B072 (or 0x77B072) is known color: Amulet. HEX triplet: 77, B0 and 72. RGB value is (119,176,114). Sum of RGB (Red+Green+Blue) = 119+176+114=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 176 - color contains mainly: green. Hex color #77B072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77B072 is #884F8D. Grayscale: #989898. Windows color (decimal): -8933262 or 7516279. OLE color: 7516279.

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

Color convert

RGB 119 176 114 -
CMYK 0.32 0 0.35 0.31
HSL 115.16º 0.28% 0.57% -
HSV(B) 115.16º 0.35% 0.69% -
XYZ 26.17 36.19 21.53 -
YUV 151.89 106.62 104.54 -
System Red Green Blue C M Y K H S L
Decimal 119 176 114 0.32 0 0.35 0.31 115.16 0.28 0.57
Hex 77 B0 72 20 0 23 1F 73 1C 39
Octal 167 260 162 40 0 43 37 163 34 71
Binary 1110111 10110000 1110010 100000 0 100011 11111 1110011 11100 111001

Color Harmonies of #77B072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B072

Black with #77B072

Text Example


Text Example

White with #77B072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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