Html Css Color HEX #77946C Amulet

📋 copy color: '#77946C'

red 119 ◦ green 148 ◦ blue 108

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

Shades of Amulet #77946C

Tints of Amulet #77946C

RGB

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

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

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

R = 31.73%
G = 39.47%
B = 28.8%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#77946C (or 0x77946C) is known color: Amulet. HEX triplet: 77, 94 and 6C. RGB value is (119,148,108). Sum of RGB (Red+Green+Blue) = 119+148+108=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 148 - color contains mainly: green. Hex color #77946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77946C is #886B93. Grayscale: #868686. Windows color (decimal): -8940436 or 7115895. OLE color: 7115895.

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

Color convert

RGB 119 148 108 -
CMYK 0.20 0 0.27 0.42
HSL 103.5º 0.16% 0.5% -
HSV(B) 103.5º 0.27% 0.58% -
XYZ 20.9 26.18 18.14 -
YUV 134.77 112.89 116.75 -
System Red Green Blue C M Y K H S L
Decimal 119 148 108 0.20 0 0.27 0.42 103.5 0.16 0.5
Hex 77 94 6C 14 0 1B 2A 68 10 32
Octal 167 224 154 24 0 33 52 150 20 62
Binary 1110111 10010100 1101100 10100 0 11011 101010 1101000 10000 110010

Color Harmonies of #77946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77946C

Black with #77946C

Text Example


Text Example

White with #77946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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