Html Css Color HEX #77976C Amulet

📋 copy color: '#77976C'

red 119 ◦ green 151 ◦ blue 108

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

Shades of Amulet #77976C

Tints of Amulet #77976C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.95%

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

R = 31.48%
G = 39.95%
B = 28.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#77976C (or 0x77976C) is known color: Amulet. HEX triplet: 77, 97 and 6C. RGB value is (119,151,108). Sum of RGB (Red+Green+Blue) = 119+151+108=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 151 - color contains mainly: green. Hex color #77976C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77976C is #886893. Grayscale: #888888. Windows color (decimal): -8939668 or 7116663. OLE color: 7116663.

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

Color convert

RGB 119 151 108 -
CMYK 0.21 0 0.28 0.41
HSL 104.65º 0.17% 0.51% -
HSV(B) 104.65º 0.28% 0.59% -
XYZ 21.38 27.14 18.3 -
YUV 136.53 111.9 115.5 -
System Red Green Blue C M Y K H S L
Decimal 119 151 108 0.21 0 0.28 0.41 104.65 0.17 0.51
Hex 77 97 6C 15 0 1C 29 69 11 33
Octal 167 227 154 25 0 34 51 151 21 63
Binary 1110111 10010111 1101100 10101 0 11100 101001 1101001 10001 110011

Color Harmonies of #77976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77976C

Black with #77976C

Text Example


Text Example

White with #77976C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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