Html Css Color HEX #77A275 Amulet

📋 copy color: '#77A275'

red 119 ◦ green 162 ◦ blue 117

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

Shades of Amulet #77A275

Tints of Amulet #77A275

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.7%

 BLUE value IS 117 (46.09% from 255) = 29.4%

R = 29.9%
G = 40.7%
B = 29.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#77A275 (or 0x77A275) is known color: Amulet. HEX triplet: 77, A2 and 75. RGB value is (119,162,117). Sum of RGB (Red+Green+Blue) = 119+162+117=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 162 - color contains mainly: green. Hex color #77A275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A275 is #885D8A. Grayscale: #909090. Windows color (decimal): -8936843 or 7709303. OLE color: 7709303.

HSL color Cylindrical-coordinate representation of color #77A275: hue angle of 117.33º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #77A275 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 162 117 -
CMYK 0.27 0 0.28 0.36
HSL 117.33º 0.19% 0.55% -
HSV(B) 117.33º 0.28% 0.64% -
XYZ 23.74 31.05 21.57 -
YUV 144.01 112.75 110.16 -
System Red Green Blue C M Y K H S L
Decimal 119 162 117 0.27 0 0.28 0.36 117.33 0.19 0.55
Hex 77 A2 75 1B 0 1C 24 75 13 37
Octal 167 242 165 33 0 34 44 165 23 67
Binary 1110111 10100010 1110101 11011 0 11100 100100 1110101 10011 110111

Color Harmonies of #77A275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A275

Black with #77A275

Text Example


Text Example

White with #77A275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,162,117); }

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

background-color css

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

 a { background-color: rgb(119,162,117); }

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

border-color css

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

 span { border-color: rgb(119,162,117); }

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