Html Css Color HEX #77996C Amulet

📋 copy color: '#77996C'

red 119 ◦ green 153 ◦ blue 108

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

Shades of Amulet #77996C

Tints of Amulet #77996C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.26%

 BLUE value IS 108 (42.58% from 255) = 28.42%

R = 31.32%
G = 40.26%
B = 28.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#77996C (or 0x77996C) is known color: Amulet. HEX triplet: 77, 99 and 6C. RGB value is (119,153,108). Sum of RGB (Red+Green+Blue) = 119+153+108=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 153 - color contains mainly: green. Hex color #77996C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77996C is #886693. Grayscale: #898989. Windows color (decimal): -8939156 or 7117175. OLE color: 7117175.

HSL color Cylindrical-coordinate representation of color #77996C: hue angle of 105.33º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #77996C is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 153 108 -
CMYK 0.22 0 0.29 0.4
HSL 105.33º 0.18% 0.51% -
HSV(B) 105.33º 0.29% 0.6% -
XYZ 21.71 27.79 18.41 -
YUV 137.7 111.24 114.66 -
System Red Green Blue C M Y K H S L
Decimal 119 153 108 0.22 0 0.29 0.4 105.33 0.18 0.51
Hex 77 99 6C 16 0 1D 28 69 12 33
Octal 167 231 154 26 0 35 50 151 22 63
Binary 1110111 10011001 1101100 10110 0 11101 101000 1101001 10010 110011

Color Harmonies of #77996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77996C

Black with #77996C

Text Example


Text Example

White with #77996C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77996C; }

 p { color: rgb(119,153,108); }

 H1.HeaderClassName
 {
   color: #77996C;
 }
 .AnyTagClassName
 {
   color: #77996C;
 }
</style>

background-color css

<style>
 a { background-color: #77996C; }

 a { background-color: rgb(119,153,108); }

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

border-color css

<style>
 span { border-color: #77996C; }

 span { border-color: rgb(119,153,108); }

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