Html Css Color HEX #7F997C Amulet

📋 copy color: '#7F997C'

red 127 ◦ green 153 ◦ blue 124

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

Shades of Amulet #7F997C

Tints of Amulet #7F997C

RGB

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

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

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

R = 31.44%
G = 37.87%
B = 30.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#7F997C (or 0x7F997C) is known color: Amulet. HEX triplet: 7F, 99 and 7C. RGB value is (127,153,124). Sum of RGB (Red+Green+Blue) = 127+153+124=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 153 - color contains mainly: green. Hex color #7F997C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F997C is #806683. Grayscale: #8E8E8E. Windows color (decimal): -8414852 or 8165759. OLE color: 8165759.

HSL color Cylindrical-coordinate representation of color #7F997C: hue angle of 113.79º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F997C is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 127 153 124 -
CMYK 0.17 0 0.19 0.4
HSL 113.79º 0.12% 0.54% -
HSV(B) 113.79º 0.19% 0.6% -
XYZ 23.78 28.75 23.36 -
YUV 141.92 117.89 117.36 -
System Red Green Blue C M Y K H S L
Decimal 127 153 124 0.17 0 0.19 0.4 113.79 0.12 0.54
Hex 7F 99 7C 11 0 13 28 72 C 36
Octal 177 231 174 21 0 23 50 162 14 66
Binary 1111111 10011001 1111100 10001 0 10011 101000 1110010 1100 110110

Color Harmonies of #7F997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F997C

Black with #7F997C

Text Example


Text Example

White with #7F997C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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