Html Css Color HEX #77966E Amulet

📋 copy color: '#77966E'

red 119 ◦ green 150 ◦ blue 110

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

Shades of Amulet #77966E

Tints of Amulet #77966E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.58%

 BLUE value IS 110 (43.36% from 255) = 29.02%

R = 31.4%
G = 39.58%
B = 29.02%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#77966E (or 0x77966E) is known color: Amulet. HEX triplet: 77, 96 and 6E. RGB value is (119,150,110). Sum of RGB (Red+Green+Blue) = 119+150+110=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 150 - color contains mainly: green. Hex color #77966E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77966E is #886991. Grayscale: #888888. Windows color (decimal): -8939922 or 7247479. OLE color: 7247479.

HSL color Cylindrical-coordinate representation of color #77966E: hue angle of 106.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #77966E is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 150 110 -
CMYK 0.21 0 0.27 0.41
HSL 106.5º 0.16% 0.51% -
HSV(B) 106.5º 0.27% 0.59% -
XYZ 21.33 26.86 18.81 -
YUV 136.17 113.23 115.75 -
System Red Green Blue C M Y K H S L
Decimal 119 150 110 0.21 0 0.27 0.41 106.5 0.16 0.51
Hex 77 96 6E 15 0 1B 29 6A 10 33
Octal 167 226 156 25 0 33 51 152 20 63
Binary 1110111 10010110 1101110 10101 0 11011 101001 1101010 10000 110011

Color Harmonies of #77966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77966E

Black with #77966E

Text Example


Text Example

White with #77966E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77966E; }

 p { color: rgb(119,150,110); }

 H1.HeaderClassName
 {
   color: #77966E;
 }
 .AnyTagClassName
 {
   color: #77966E;
 }
</style>

background-color css

<style>
 a { background-color: #77966E; }

 a { background-color: rgb(119,150,110); }

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

border-color css

<style>
 span { border-color: #77966E; }

 span { border-color: rgb(119,150,110); }

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