Html Css Color HEX #7F967C Amulet

📋 copy color: '#7F967C'

red 127 ◦ green 150 ◦ blue 124

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

Shades of Amulet #7F967C

Tints of Amulet #7F967C

RGB

 RED value IS 127 (50% from 255) = 31.67%

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

 BLUE value IS 124 (48.83% from 255) = 30.92%

R = 31.67%
G = 37.41%
B = 30.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#7F967C (or 0x7F967C) is known color: Amulet. HEX triplet: 7F, 96 and 7C. RGB value is (127,150,124). Sum of RGB (Red+Green+Blue) = 127+150+124=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 150 - color contains mainly: green. Hex color #7F967C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F967C is #806983. Grayscale: #8C8C8C. Windows color (decimal): -8415620 or 8164991. OLE color: 8164991.

HSL color Cylindrical-coordinate representation of color #7F967C: hue angle of 113.08º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7F967C is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 127 150 124 -
CMYK 0.15 0 0.17 0.41
HSL 113.08º 0.11% 0.54% -
HSV(B) 113.08º 0.17% 0.59% -
XYZ 23.3 27.78 23.2 -
YUV 140.16 118.88 118.61 -
System Red Green Blue C M Y K H S L
Decimal 127 150 124 0.15 0 0.17 0.41 113.08 0.11 0.54
Hex 7F 96 7C F 0 11 29 71 B 36
Octal 177 226 174 17 0 21 51 161 13 66
Binary 1111111 10010110 1111100 1111 0 10001 101001 1110001 1011 110110

Color Harmonies of #7F967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F967C

Black with #7F967C

Text Example


Text Example

White with #7F967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F967C; }

 p { color: rgb(127,150,124); }

 H1.HeaderClassName
 {
   color: #7F967C;
 }
 .AnyTagClassName
 {
   color: #7F967C;
 }
</style>

background-color css

<style>
 a { background-color: #7F967C; }

 a { background-color: rgb(127,150,124); }

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

border-color css

<style>
 span { border-color: #7F967C; }

 span { border-color: rgb(127,150,124); }

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