Html Css Color HEX #77946D Amulet

📋 copy color: '#77946D'

red 119 ◦ green 148 ◦ blue 109

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

Shades of Amulet #77946D

Tints of Amulet #77946D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.36%

 BLUE value IS 109 (42.97% from 255) = 28.99%

R = 31.65%
G = 39.36%
B = 28.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#77946D (or 0x77946D) is known color: Amulet. HEX triplet: 77, 94 and 6D. RGB value is (119,148,109). Sum of RGB (Red+Green+Blue) = 119+148+109=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 148 - color contains mainly: green. Hex color #77946D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77946D is #886B92. Grayscale: #878787. Windows color (decimal): -8940435 or 7181431. OLE color: 7181431.

HSL color Cylindrical-coordinate representation of color #77946D: hue angle of 104.62º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77946D is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 148 109 -
CMYK 0.20 0 0.26 0.42
HSL 104.62º 0.15% 0.5% -
HSV(B) 104.62º 0.26% 0.58% -
XYZ 20.96 26.21 18.42 -
YUV 134.88 113.39 116.67 -
System Red Green Blue C M Y K H S L
Decimal 119 148 109 0.20 0 0.26 0.42 104.62 0.15 0.5
Hex 77 94 6D 14 0 1A 2A 69 F 32
Octal 167 224 155 24 0 32 52 151 17 62
Binary 1110111 10010100 1101101 10100 0 11010 101010 1101001 1111 110010

Color Harmonies of #77946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77946D

Black with #77946D

Text Example


Text Example

White with #77946D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77946D; }

 p { color: rgb(119,148,109); }

 H1.HeaderClassName
 {
   color: #77946D;
 }
 .AnyTagClassName
 {
   color: #77946D;
 }
</style>

background-color css

<style>
 a { background-color: #77946D; }

 a { background-color: rgb(119,148,109); }

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

border-color css

<style>
 span { border-color: #77946D; }

 span { border-color: rgb(119,148,109); }

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