Html Css Color HEX #77956A Amulet

📋 copy color: '#77956A'

red 119 ◦ green 149 ◦ blue 106

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

Shades of Amulet #77956A

Tints of Amulet #77956A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.84%

 BLUE value IS 106 (41.8% from 255) = 28.34%

R = 31.82%
G = 39.84%
B = 28.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#77956A (or 0x77956A) is known color: Amulet. HEX triplet: 77, 95 and 6A. RGB value is (119,149,106). Sum of RGB (Red+Green+Blue) = 119+149+106=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 149 - color contains mainly: green. Hex color #77956A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77956A is #886A95. Grayscale: #878787. Windows color (decimal): -8940182 or 6985079. OLE color: 6985079.

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

Color convert

RGB 119 149 106 -
CMYK 0.20 0 0.29 0.42
HSL 101.86º 0.17% 0.5% -
HSV(B) 101.86º 0.29% 0.58% -
XYZ 20.96 26.46 17.64 -
YUV 135.13 111.56 116.5 -
System Red Green Blue C M Y K H S L
Decimal 119 149 106 0.20 0 0.29 0.42 101.86 0.17 0.5
Hex 77 95 6A 14 0 1D 2A 66 11 32
Octal 167 225 152 24 0 35 52 146 21 62
Binary 1110111 10010101 1101010 10100 0 11101 101010 1100110 10001 110010

Color Harmonies of #77956A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77956A

Black with #77956A

Text Example


Text Example

White with #77956A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77956A; }

 p { color: rgb(119,149,106); }

 H1.HeaderClassName
 {
   color: #77956A;
 }
 .AnyTagClassName
 {
   color: #77956A;
 }
</style>

background-color css

<style>
 a { background-color: #77956A; }

 a { background-color: rgb(119,149,106); }

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

border-color css

<style>
 span { border-color: #77956A; }

 span { border-color: rgb(119,149,106); }

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