Html Css Color HEX #7F957C Amulet

📋 copy color: '#7F957C'

red 127 ◦ green 149 ◦ blue 124

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

Shades of Amulet #7F957C

Tints of Amulet #7F957C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.25%

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

R = 31.75%
G = 37.25%
B = 31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#7F957C (or 0x7F957C) is known color: Amulet. HEX triplet: 7F, 95 and 7C. RGB value is (127,149,124). Sum of RGB (Red+Green+Blue) = 127+149+124=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 149 - color contains mainly: green. Hex color #7F957C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F957C is #806A83. Grayscale: #8B8B8B. Windows color (decimal): -8415876 or 8164735. OLE color: 8164735.

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

Color convert

RGB 127 149 124 -
CMYK 0.15 0 0.17 0.42
HSL 112.8º 0.11% 0.54% -
HSV(B) 112.8º 0.17% 0.58% -
XYZ 23.14 27.46 23.15 -
YUV 139.57 119.21 119.03 -
System Red Green Blue C M Y K H S L
Decimal 127 149 124 0.15 0 0.17 0.42 112.8 0.11 0.54
Hex 7F 95 7C F 0 11 2A 71 B 36
Octal 177 225 174 17 0 21 52 161 13 66
Binary 1111111 10010101 1111100 1111 0 10001 101010 1110001 1011 110110

Color Harmonies of #7F957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F957C

Black with #7F957C

Text Example


Text Example

White with #7F957C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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